...
Code Block |
---|
<div id="atLegends" class="atBottomRight"></div><!-- other possible css classes: atBottomLeft, atTopRight, atTopLeft (you can use 1 at a time) --> </div> |
For large legends a style rule may need to be added to the end of the head element in the template html file.
Code Block |
---|
<style type="text/css">#mapWrapper {
overflow:hidden;
}
</style> |
Print the User Name on the PDF output
...