Changes between Version 39 and Version 40 of BluePrintGISFeatureLayers
- Timestamp:
- 07/12/10 13:37:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISFeatureLayers
v39 v40 51 51 ~~Clicking a Feature should bring up a Popup~~ 52 52 * ~~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 {{{ 56 features_query = db(query).select() 57 for 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. 54 62 * If not provided, the default is: 55 63 * Loaded into the map during main load: no server-side calls 56 64 * Header should be found from a set of common options (name/code) 65 * How to do this with JOINed queries? 57 66 * All the list_fields with their labels 58 67 * A link to open the record in a new tab