Changes between Version 8 and Version 9 of BluePrintGISFeatureLayers
- Timestamp:
- 12/29/08 08:11:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BluePrintGISFeatureLayers
v8 v9 2 2 Internal Features can be displayed on the Map. 3 3 4 These features can be Points, Lines or Polygons .4 These features can be Points, Lines or Polygons (hence we need to use the OL Vector Features, not plain Features). 5 5 6 6 Features can be added to the Map, removed from the map or moved on the map interactively. … … 9 9 10 10 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 upon changes. 11 12 We need to use the Cluster Strategy to have nearby features aggregate at low zoom levels (& prevent performance issues) 11 13 12 14 == Feature Classes == … … 29 31 We should provide an option to allow the Feature-Class icon to over-ride individual Feature Icons. 30 32 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 31 45 === Limitations === 32 46 * http://faq.openlayers.org/vector-related-questions/