Changes between Version 63 and Version 64 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
08/07/11 17:19:45 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeatureLayers

    v63 v64  
    6565features_query = db(query).select()
    6666for 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"
    6868}}}
    6969   * Support string substitution like %(location_id)s