Changes between Version 42 and Version 43 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
07/15/10 16:35:18 (15 years ago)
Author:
Fran Boon
Comment:

Client-side filtering of Layers

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeatureLayers

    v42 v43  
    22 * A 'Feature' is a Resource Record which has a Lat/Lon available.
    33 * ~~Features can be Points, Lines or Polygons~~
    4  * ~~Features can be exported in KML/GPX/etc~~
    5   * Need to update S3XRC for GPS symbol detection when !FeatureClass allocation changes
    6   * Need to update gis.get_marker() when !FeatureClass allocation changes
    74 * ~~Features can be added to the Map~~
    8   * A Feature Layer is a query of Features
     5  * A Feature Layer is a collection of Features for displaying on the Map or for exporting as a feed
    96   * Resource
    107   * Filtered
     
    1512  * To do this via a single set of Controls means having a single Vector Layer (or having to manually select the active layer!).
    1613   * Build up this Vector Layer from multiple Feature Layers
    17    * In order to be able to dynamically enable/disable individual Feature Groups whilst viewing the map, we need to write a custom layer switcher which refreshes the whole Features Layer client-side upon changes.
     14   * In order to be able to dynamically enable/disable individual Feature Layers whilst viewing the map, we need to write a custom layer switcher which refreshes the whole Features Layer client-side upon changes.
     15 * Feature Layers can be filtered interactively without a server-side call to rebuild the map.
     16  * Need the original Feature_Layer to contain the attribute which we want to be able to filter on. Can then use our custom layer Switcher to apply the Filter.
    1817 * ~~User can define which layers should be selectable/enabled-by-default in the Situation Mapping layer switcher.~~
    1918  * This list is personalisable.
     
    2221    * Attribute of visible stored in a separate multiple field.
    2322     * Combine with special widget?
     23 * ~~Features can be exported in KML/GeoRSS/GPX/etc~~
     24  * Need to update S3XRC for GPS symbol detection when !FeatureClass allocation changes
     25  * Need to update gis.get_marker() when !FeatureClass allocation changes
    2426
    2527== Markers ==