Opened 15 years ago
Closed 15 years ago
#1320 closed defect (fixed)
WKT to EPSG conversion fails for spherical mercator coordinate system
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | Web API | Version: | 2.1.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1312818 |
Description
This issue manifested itself in the failure of the redlining tool in flexible web layouts based on maps using the spherical mercator coordinate system, as used by popular commercial mapping sites such as Google Maps, Bing and Yahoo.
The coordinate system API failed to convert the WKT string defining the coordinate system of the map to its corresponding EPSG code, as required by OpenLayers. The result was that redlining features could be created and saved, but when they were loaded back in they were treated as LL84 coordinates, and didn't show up on the map.
Note:
See TracTickets
for help on using tickets.
Fixed by submission against 2.2gp sandbox:
http://trac.osgeo.org/mapguide/changeset/4784
And trunk:
http://trac.osgeo.org/mapguide/changeset/4785