Changes between Version 3 and Version 4 of MapGuideRfc106
- Timestamp:
- 07/26/10 00:35:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc106
v3 v4 121 121 virtual MgByteReader* GetWfsFeature(MgResourceIdentifier* featureSourceId, CREFSTRING featureClass,MgStringCollection* requiredProperties, CREFSTRING srs, CREFSTRING filter, INT32 maxFeatures, CREFSTRING outputFormat) = 0; 122 122 }}} 123 123 [[BR]] 124 '''3) Handle axis orientation for particular coordinate systems[[BR]]''' 125 [[BR]] 126 The same as WMS 1.3.0, WFS 1.1.0 also reversed the axis sequence for some EPSG code include EPSG:4326, which means for some EPSG SRS, the meaning of (x,y) is changed from (lon,lat) to (lat,lon) or even other orientations. 124 127 125 128