Changes between Version 10 and Version 11 of MapGuideRfc15


Ignore:
Timestamp:
Mar 29, 2007, 3:47:02 PM (17 years ago)
Author:
chrisclaydon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc15

    v10 v11  
    4949                                     CREFSTRING featureFilter,
    5050                                     INT32 maxFeatures,
    51                                      bool bIgnoreScaleRange);
     51                                     bool bIgnoreScaleRange,
     52                                     bool bIgnoreSelectability);
    5253
    5354 MgBatchPropertyCollection* QueryFeatureProperties(MgMap* map,
     
    5758                                                   CREFSTRING featureFilter,
    5859                                                   INT32 maxFeatures,
    59                                                    bool bIgnoreScaleRange);
     60                                                   bool bIgnoreScaleRange,
     61                                                   bool bIgnoreSelectability);
    6062}}}
    6163
     
    7072 IGNORESCALE=1
    7173 * With the value of 1 this operation will allow querying of data regardless of visibility at the current map scale.
     74
     75 IGNORESELECTABILITY=0
     76 * With the value of 0 this operation behaves exactly as the original QUERYMAPFEATURES operation.
     77   
     78 IGNORESELECTABILITY=1
     79 * With the value of 1 this operation will allow querying of data regardless of whether or not the features on the layer are selectable.
     80
    7281
    7382 FEATUREFILTER=<XML Selection String>
     
    1171262) Added the FEATUREFILTER parameter to the HTTP QUERYMAPFEATURES request.
    118127
     128== Addendum 3 ==
    119129
     1301) Added the additional bIgnoreSelectability parameter to Server APIs.
    120131
     1322) Added the IGNORESELECTABILITY parameter to the HTTP QUERYMAPFEATURES request.
     133
     134The QUERYMAPFEATURES request is used to retrieve information used to generate tooltips in the AJAX viewer. The viewer will specify IGNORESELECTABILITY=1 so that tooltips can be displayed even for features that are not selectable.