Changes between Version 28 and Version 29 of DeveloperGuidelines/GIS
- Timestamp:
- 08/21/10 16:14:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/GIS
v28 v29 65 65 [{ 66 66 name : "Query", # A string: the label for the layer 67 query : query, #A gluon.sql.Rows of gis_locations, which can be from a simple query or a Join. Extra fields can be added for 'marker' or 'shape' (with optional 'color' & 'size') 67 query : query, #A gluon.sql.Rows of gis_locations, which can be from a simple query or a Join. Extra fields can be added for 'marker' or 'shape' (with optional 'color' & 'size') & 'popup_label' 68 68 active : False, # Is the feed displayed upon load or needs ticking to load afterwards? 69 69 popup_url : None, # The URL which will be used to fill the pop-up. it will be appended by the Location ID.