Opened 13 years ago
Closed 13 years ago
#648 closed defect (fixed)
Widget / bounding box coordinates are wrong on input fields manual updates
Reported by: | Fxp | Owned by: | fxp |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description ¶
If map projection is not WGS84, coordinates updated manually from the inputs field are not projected correctly. The bbox in the map is correct.
Tested with OSM set up in map/Settings.js
GeoNetwork.map.PROJECTION = "EPSG:900913"; GeoNetwork.map.EXTENT = new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508.34); GeoNetwork.map.BACKGROUND_LAYERS = [ new OpenLayers.Layer.OSM() //new OpenLayers.Layer.Google("Google Streets"); ];
Note:
See TracTickets
for help on using tickets.
Committed revision 8331.