Changes between Version 23 and Version 24 of DeveloperGuidelines/GIS
- Timestamp:
- 07/12/10 09:06:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/GIS
v23 v24 64 64 active : False, # Is the feed displayed upon load or needs ticking to load afterwards? 65 65 popup_url : None, # The URL which will be used to fill the pop-up. it will be appended by the Location ID. 66 marker : None # The icon used to display the feature (over-riding the normal process). Can be a lambda to vary icon (size/colour) based on attribute levels. 66 marker : None # The marker_id for the icon used to display the feature (over-riding the normal process). 67 # [Plan: Can be a lambda to vary icon (size/colour) based on attribute levels.] 67 68 } 68 69 @param feature_overlays: Which Feature Groups to overlay onto the map & their options (List of Dicts): … … 73 74 active : False, # Is the feed displayed upon load or needs ticking to load afterwards? 74 75 popup_url : None, # The URL which will be used to fill the pop-up. it will be appended by the Location ID. 75 marker : None # The icon used to display the feature (over-riding the normal process). Can be a lambda to vary icon (size/colour) based on attribute levels. 76 marker : None # The marker_id for the icon used to display the feature (over-riding the normal process). 77 # [Plan: Can be a lambda to vary icon (size/colour) based on attribute levels.] 76 78 }] 77 79 @param wms_browser: WMS Server's GetCapabilities & options (dict)