Widget that pops the mouse position in geographic value when the user clicks on the map.
Sample configuration
<getmouseposition>
<name>W_MyGetMousePosition</name>
<options>
</options>
</getmouseposition>
N/A
displayProjectionString: | |
---|---|
(String) The EPSG string in which to display the location clicked. If not set, the projection of the map is used. If set to anything other than “EPSG:4326” and “EPSG:900913”, then you need to load the according proj definition first using Proj4JS. | |
reverseCoordinates: | |
(Boolean) Defaults to false. Whether to display the coordinates in regular order (lonlat) or reversed (latlon). |
N/A
read