Changes between Version 39 and Version 40 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
07/12/10 13:37:03 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeatureLayers

    v39 v40  
    5151~~Clicking a Feature should bring up a Popup~~
    5252 * ~~This can be a URL to load (flexible, but slow)~~
    53   * define the URL in !FeatureClass?
     53  * define the URL in !FeatureClass? !FeatureGroup?
     54  * Future: allow inserting a per-feature popup_url into the query before passing into API, e.g.
     55{{{
     56features_query = db(query).select()
     57for feature in features_query:
     58   feature.popup_url = URL(r=request, c="vol", f="vol") + "%(location_id)s"
     59}}}
     60   * Support string substitution like %(location_id)s
     61    * the onFeatureSelect control is per-layer not per-feature & so feature-specific aspects need to be evaluated client-side in Javascript.
    5462 * If not provided, the default is:
    5563  * Loaded into the map during main load: no server-side calls
    5664  * Header should be found from a set of common options (name/code)
     65   * How to do this with JOINed queries?
    5766  * All the list_fields with their labels
    5867  * A link to open the record in a new tab