Opened 14 years ago

Closed 14 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

  1. One one flexible web layout with commercial layer.
  2. Redline -> draw several points -> Save as one gml file.
  3. 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.

Change History (1)

comment:1 by chrisclaydon, 14 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.