Changes between Version 63 and Version 64 of BluePrintGISFeatureLayers
- Timestamp:
- 08/07/11 17:19:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISFeatureLayers
v63 v64 65 65 features_query = db(query).select() 66 66 for feature in features_query: 67 feature.popup_url = URL( r=request,c="vol", f="vol") + "%(location_id)s"67 feature.popup_url = URL(c="vol", f="vol") + "%(location_id)s" 68 68 }}} 69 69 * Support string substitution like %(location_id)s