Changeset 6244 for geovis


Ignore:
Timestamp:
Apr 4, 2016 11:32:32 AM (8 years ago)
Author:
ldelgass
Message:

update protocol doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/geovis_protocol.txt

    r5980 r6244  
    143143    <layerName> - The name of the layer containing the feature data.
    144144
    145 select feature <featureIDList> <layerName>
     145select clear
     146    Clear any annotation or feature selection
     147
     148select fadd <featureIDList> <layerName>
     149    Add features to the selected set
    146150    <featureIDList> - List of feature IDs to be selected.
    147151    <layerName> - The name of the layer containing the feature data.
     152
     153select fdelete <featureIDList> <layerName>
     154    Remove features from the selected set
     155    <featureIDList> - List of feature IDs to be selected.
     156    <layerName> - The name of the layer containing the feature data.
     157
     158select feature <featureIDList> <layerName>
     159    Set/replace the set of currently selected features
     160    <featureIDList> - List of feature IDs to be selected.
     161    <layerName> - The name of the layer containing the feature data.
     162
     163select mode <mode>
     164    <mode> - boolean: Enable/disable click to select mode.
    148165
    149166== Map Commands ==
Note: See TracChangeset for help on using the changeset viewer.