Add a legend image to the corner of the map
I'm looking for a way to add an image to the lower right corner of the map. I only want it on 1 application though, so I can't just insert it into the html page. Has anyone ran across this?
0
-
Hi Cory,
You could indeed just insert it on the HTML page (Index.html, etc) and then use a CSS property to hide the newly inserted image (display:none). Then, in the one viewer/application you want to display that image, use the custom CSS files deployed in the Viewer's Resources folder to override that display style to show your image.
This does mean you may have to do extra maintenance when you upgrade the viewer, to replace your custom content, but it's a lot easier than a custom viewer module that would do the same thing.
Regards,
-Malcolm0
Please sign in to leave a comment.
Comments
1 comment