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");
    ];

Change History (1)

comment:1 by Fxp, 13 years ago

Resolution: fixed
Status: newclosed

Committed revision 8331.

Note: See TracTickets for help on using tickets.