Opened 13 years ago
Closed 13 years ago
#458 closed enhancement (fixed)
Option to invert the lonlat to latlon
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.6.0 |
Component: | widgets | Version: | trunk |
Keywords: | bis-1.6.0 | Cc: |
Description ¶
Currently
There are currently 3 widgets that can display coordinates :
- GeoExtUX_ZoomTo
- GetMousePosition
- MousePosition
They all display the coordinates in that order : lon, lat.
The need
We need an option to display the coordinates in reverse order: lat, lon. Make the according changes for these widgets.
Change History (4)
comment:1 by , 13 years ago
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r1409, MousePosition new 'reverseCoordinates' option, which completes the task.
Note:
See TracTickets
for help on using tickets.
Requires #465.