Changes between Version 42 and Version 43 of BluePrintGISFeatureLayers
- Timestamp:
- 07/15/10 16:35:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISFeatureLayers
v42 v43 2 2 * A 'Feature' is a Resource Record which has a Lat/Lon available. 3 3 * ~~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 changes6 * Need to update gis.get_marker() when !FeatureClass allocation changes7 4 * ~~Features can be added to the Map~~ 8 * A Feature Layer is a query of Features5 * A Feature Layer is a collection of Features for displaying on the Map or for exporting as a feed 9 6 * Resource 10 7 * Filtered … … 15 12 * To do this via a single set of Controls means having a single Vector Layer (or having to manually select the active layer!). 16 13 * 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. 18 17 * ~~User can define which layers should be selectable/enabled-by-default in the Situation Mapping layer switcher.~~ 19 18 * This list is personalisable. … … 22 21 * Attribute of visible stored in a separate multiple field. 23 22 * 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 24 26 25 27 == Markers ==