Changes between Version 23 and Version 24 of DeveloperGuidelines/GIS


Ignore:
Timestamp:
07/12/10 09:06:42 (14 years ago)
Author:
Fran Boon
Comment:

clarify that marker is marker_id

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/GIS

    v23 v24  
    6464         active : False,        # Is the feed displayed upon load or needs ticking to load afterwards?
    6565         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.]
    6768        }
    6869    @param feature_overlays: Which Feature Groups to overlay onto the map & their options (List of Dicts):
     
    7374         active : False,        # Is the feed displayed upon load or needs ticking to load afterwards?
    7475         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.]
    7678        }]
    7779    @param wms_browser: WMS Server's GetCapabilities & options (dict)