Changes between Version 8 and Version 9 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
12/29/08 08:11:11 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BluePrintGISFeatureLayers

    v8 v9  
    22Internal Features can be displayed on the Map.
    33
    4 These features can be Points, Lines or Polygons.
     4These features can be Points, Lines or Polygons (hence we need to use the OL Vector Features, not plain Features).
    55
    66Features can be added to the Map, removed from the map or moved on the map interactively.
     
    99
    1010In 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 upon changes.
     11
     12We need to use the Cluster Strategy to have nearby features aggregate at low zoom levels (& prevent performance issues)
    1113
    1214== Feature Classes ==
     
    2931We should provide an option to allow the Feature-Class icon to over-ride individual Feature Icons.
    3032
     33== Docs ==
     34 * http://dev.openlayers.org/docs/files/OpenLayers/Feature/Vector-js.html
     35 * http://dev.openlayers.org/docs/files/OpenLayers/Layer/Vector-js.html
     36
     37== Examples ==
     38 * Use HTTP to pull down Features List as XML: http://openlayers.org/dev/examples/behavior-fixed-http-gml.html
     39 * Controls to Add/Drag Features: http://openlayers.org/dev/examples/drag-feature.html
     40 * Select Feature (inc via Box): http://www.openlayers.org/dev/examples/select-feature.html
     41 * Popup on Feature: http://www.openlayers.org/dev/examples/select-feature-openpopup.html
     42 * Style Features: http://www.openlayers.org/dev/examples/styles-context.html , http://www.openlayers.org/dev/examples/styles-unique.html
     43 * Cluster Strategy: http://www.openlayers.org/dev/examples/strategy-cluster.html
     44
    3145=== Limitations ===
    3246 * http://faq.openlayers.org/vector-related-questions/