Changes between Version 5 and Version 6 of MapGuideRfc162
- Timestamp:
- 09/26/19 01:54:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc162
v5 v6 42 42 || '''Name''' || '''Value''' || '''Required''' || '''Description''' || 43 43 || OPERATION || CS.TRANSFORMCOORDINATES || Yes || Operation to execute || 44 || VERSION || 3.3.0 || Yes || Operation version ||44 || VERSION || 4.0.0 || Yes || Operation version || 45 45 || CLIENTAGENT || text || Optional || Descriptive text for client || 46 46 || SOURCE || string || Yes || The CS-Map code describing the coordinate system of the input coordinates || … … 50 50 || CLEAN || 1/0 || Optional || If requested format is {{{application/json}}}, returns a clean JSON structure per [wiki:MapGuideRfc158] || 51 51 52 The response matches the new {{{TransformedCoordinateCollection- 3.3.0.xsd}}} schema52 The response matches the new {{{TransformedCoordinateCollection-4.0.0.xsd}}} schema 53 53 54 54 {{{ … … 121 121 Any operation that returns geometry data will now have an optional {{{TRANSFORMTO}}} parameter, which if set (to an appropriate Mentor CS code) will instruct the supporting operation to transform the geometry result to the specified coordinate system. 122 122 123 The following operations will have a new {{{ 3.3.0}}} version that supports the optional {{{TRANSFORMTO}}} parameter:123 The following operations will have a new {{{4.0.0}}} version that supports the optional {{{TRANSFORMTO}}} parameter: 124 124 125 125 * {{{SELECTFEATURES}}}