3

i need to use a png as a watermark for a map that is generated via javascript api. Don't know how to do that.

I'm using ArcGIS 10.1

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Feb 11, 2015 at 20:27
1

1 Answer 1

5

Inside your map DIV tag, add another DIV tag with the image inside. You can set the transparency and float anywhere inside. Or since using a PNG, make it semi-transparent in advance. Example without CSS part below.

<div id='map'>
 <div id='floating'>
 <img src="image.png">
 </div>
</div>
answered Mar 19, 2015 at 0:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.