Changes between Version 36 and Version 37 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 29, 2010, 12:08:13 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v36 v37  
    122122== !QueryMapFeatures ==#QueryMapFeatures2.1
    123123=== Overview ===
    124 !QueryMapFeatures for !MapGuide 2.1 is nearly identical to [#QueryMapFeatures1.2 QueryMapFeatures for MapGuide 1.2].  The only addition to the API was the addition of "ENVELOPEINTERSECTS" for the SELECTIONVARIANT parameter.
     124!QueryMapFeatures for !MapGuide 2.1 is nearly identical to [#QueryMapFeatures1.2 QueryMapFeatures for MapGuide 1.2].  The only changes to the API were the addition of "ENVELOPEINTERSECTS" for the SELECTIONVARIANT parameter and the CLIENTAGENT parameter.
     125=== Parameters ===
     126|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     127|| [#Operation1.0 OPERATION] || GETMAPIMAGE || Yes || Operation to execute ||
     128|| [#Version1.0 VERSION] || 1.0.0 || Yes || Operation version ||
     129|| [#ClientAgent2.1 CLIENTAGENT] || text || Optional || Descriptive text for client ||
     130|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display. ||
     131|| [#MapName1.0 MAPNAME] || text || Yes ||Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
     132|| [#LayerNames1.0 LAYERNAMES] || text || Optional || Comma separated list of layer names. ||
     133|| [#MaxFeatures1.0 MAXFEATURES] || integer || Yes || Maximum number of features to select. ||
     134|| [#Geometry1.0 GEOMETRY] || text || Yes || WKT string representing the selection geometry. ||
     135|| [#SelectionVariant1.0 SELECTIONVARIANT] || text || Yes || Geometric operation to use while selecting. ||
     136|| [#Persist1.0 PERSIST] || 0/1 || Yes || If true, selection is saved to map. ||
     137|| [#LayerAttributeFilter1.0 LAYERATTRIBUTEFILTER] || integer || Optional || Filter based on layer attributes. ||
     138|| [#FeatureFilter1.0 FEATUREFILTER] || text || Optional || Filter based on previous selected features. ||
    125139= !MapGuide 2.0 APIs =
    126140== !GetDynamicMapOverlayImage ==#GetDynamicMapOverlayImage2.0
     
    213227=== Overview ===
    214228!QueryMapFeatures for !MapGuide 2.0 is identical to [#QueryMapFeatures1.2 QueryMapFeatures for MapGuide 1.2].
    215 
     229=== Parameters ===
     230|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     231|| [#Operation1.0 OPERATION] || GETMAPIMAGE || Yes || Operation to execute ||
     232|| [#Version1.0 VERSION] || 1.0.0 || Yes || Operation version ||
     233|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display. ||
     234|| [#MapName1.0 MAPNAME] || text || Yes ||Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
     235|| [#LayerNames1.0 LAYERNAMES] || text || Optional || Comma separated list of layer names. ||
     236|| [#MaxFeatures1.0 MAXFEATURES] || integer || Yes || Maximum number of features to select. ||
     237|| [#Geometry1.0 GEOMETRY] || text || Yes || WKT string representing the selection geometry. ||
     238|| [#SelectionVariant1.0 SELECTIONVARIANT] || text || Yes || Geometric operation to use while selecting. ||
     239|| [#Persist1.0 PERSIST] || 0/1 || Yes || If true, selection is saved to map. ||
     240|| [#LayerAttributeFilter1.0 LAYERATTRIBUTEFILTER] || integer || Optional || Filter based on layer attributes. ||
     241|| [#FeatureFilter1.0 FEATUREFILTER] || text || Optional || Filter based on previous selected features. ||
    216242
    217243= !MapGuide 1.2 APIs =