Opened 15 years ago
Closed 15 years ago
#382 closed defect (fixed)
Redline: features cannot display in the map with commercial layer after upload
Reported by: | liuar | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1312818 | Operating System: | All |
state: | New |
Description
- One one flexible web layout with commercial layer.
- Redline -> draw several points -> Save as one gml file.
- Upload the gml file (be sure to remove the current redline layer first)
Results:
The feature listed in the Feature lists, but not displayed in the map.
Expected results:
The features display in the map.
Note:
See TracTickets
for help on using tickets.
Fixed by submission http://trac.osgeo.org/fusion/changeset/2141
OpenLayers does not seem to recognize EPSG:3857 and EPSG:900913 as being the same coordinate system. So when the MapGuide map declares itself as 3857 and the base commercial layer as 900913, the redline geometries don't show up in the right place.
This submission maps from 3857 to 900913 when the MG map settings are loaded, allowing everything to work smoothly in OpenLayers.