Changes between Version 5 and Version 6 of MapGuideRfc162


Ignore:
Timestamp:
Sep 26, 2019, 1:54:05 AM (5 years ago)
Author:
jng
Comment:

Fix schema version referenced.

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc162

    v5 v6  
    4242|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
    4343|| OPERATION || CS.TRANSFORMCOORDINATES || Yes || Operation to execute ||
    44 || VERSION || 3.3.0 || Yes || Operation version ||
     44|| VERSION || 4.0.0 || Yes || Operation version ||
    4545|| CLIENTAGENT || text || Optional || Descriptive text for client ||
    4646|| SOURCE || string || Yes || The CS-Map code describing the coordinate system of the input coordinates ||
     
    5050|| CLEAN || 1/0 || Optional || If requested format is {{{application/json}}}, returns a clean JSON structure per [wiki:MapGuideRfc158] ||
    5151
    52 The response matches the new {{{TransformedCoordinateCollection-3.3.0.xsd}}} schema
     52The response matches the new {{{TransformedCoordinateCollection-4.0.0.xsd}}} schema
    5353
    5454{{{
     
    121121Any 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.
    122122
    123 The following operations will have a new {{{3.3.0}}} version that supports the optional {{{TRANSFORMTO}}} parameter:
     123The following operations will have a new {{{4.0.0}}} version that supports the optional {{{TRANSFORMTO}}} parameter:
    124124
    125125 * {{{SELECTFEATURES}}}