Changes between Version 25 and Version 26 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
04/22/10 13:19:12 (15 years ago)
Author:
Fran Boon
Comment:

ToDo section

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeatureLayers

    v25 v26  
    1212We need to use the Cluster Strategy to have nearby features aggregate at low zoom levels (& prevent performance issues)
    1313
    14 == Feature Classes ==
     14=== Feature Classes ===
    1515Feature Classes can (optionally) define the Marker used to render a Feature.
    1616
     
    1818- this can contain fields from the original tables &/or an Edit button to enable editing those details.
    1919
    20 == Feature Groups ==
     20=== Feature Groups ===
    2121A Feature Group can be a Feature Class (e.g. 'Shelters' or 'Organisations') or can be a custom query.
    2222
     
    2727 * http://groups.google.com/group/web2py/browse_thread/thread/582863bdd056bd7b
    2828
    29 == Markers ==
     29=== Markers ===
    3030The Marker used for the Features will be:
    3131 * The Feature marker (if defined) <- to be added later, if desired.
     
    4040 * http://gis.ibbeck.de/ginfo/apps/OLExamples/OL26/examples/labels.html
    4141
    42 == Storage ==
     42=== Storage ===
    4343[wiki:BluePrintGISStorage]
     44----
     45=== !ToDo ===
     46 * Switch from OpenLayers.Layer.Vector() to KML
     47  * less to maintain/support
     48  * suppports Filtering
     49 * Add support for Filtering
     50 * Add support for Size/Colour variations
    4451----
    4552=== AJAX ===
     
    5259 * {{{/views/gis/ol_controls_features_unused.js}}}
    5360----
    54 == Docs ==
     61=== Docs ===
    5562 * http://docs.openlayers.org/library/overlays
    5663 * http://dev.openlayers.org/docs/files/OpenLayers/Feature/Vector-js.html
    5764 * http://dev.openlayers.org/docs/files/OpenLayers/Layer/Vector-js.html
    5865
    59 == Examples ==
     66==== Examples ====
    6067 * Use HTTP to pull down Features List as XML: http://openlayers.org/dev/examples/behavior-fixed-http-gml.html
    6168 * Controls to Add/Drag Features: http://openlayers.org/dev/examples/drag-feature.html
     
    6673 * Cluster Strategy: http://www.openlayers.org/dev/examples/strategy-cluster.html
    6774
    68 === Limitations ===
     75==== Limitations ====
    6976 * http://faq.openlayers.org/vector-related-questions/
    7077