| 60 | | internal_overlays - list of dictionaries: |
| 61 | | { |
| 62 | | db.gis_feature_group.name, |
| 63 | | filter = None, # A query to limit which features from the feature group are loaded |
| 64 | | active = True, # Is the feed displayed upon load or needs ticking to load afterwards? |
| 65 | | popup_url = <default>, # The URL which will be used to fill the pop-up. it will be appended by the Location ID. |
| 66 | | marker = <default> # The icon used to display the feature. Can be a lambda to vary icon (size/colour) based on attribute levels. |
| 67 | | } |
| 68 | | internal_layertree - bool - whether or not to display the menu to turn on and off the internal_layers |
| 69 | | external_overlays - bool - whether or not to display the overlays enabled in the Map Service Catalogue |
| 70 | | [- list of ints - The external overlays (WMS/KML/GeoRSS/etc) to display on the map. Hard-coding this is Ugly! Can we not just make it Bool & use Map Service Catalogue for more control?] |
| 71 | | external_layertree - bool - whether or not to display the menu to turn on and off the external_layers |
| 72 | | toolbar - bool - whether or not to display the toolbar |
| | 64 | feature_overlays - list of dictionaries: |
| | 65 | { |
| | 66 | feature_group: db.gis_feature_group.name, |
| | 67 | filter : None, # A query to limit which features from the feature group are loaded |
| | 68 | active : True, # Is the feed displayed upon load or needs ticking to load afterwards? |
| | 69 | popup_url : <default>, # The URL which will be used to fill the pop-up. it will be appended by the Location ID. |
| | 70 | marker : <default> # The icon used to display the feature. Can be a lambda to vary icon (size/colour) based on attribute levels. |
| | 71 | } |
| | 72 | catalogue_overlays - bool - whether or not to display the overlays enabled in the Map Service Catalogue |
| | 73 | [- list of ints - The external overlays (WMS/KML/GeoRSS/etc) to display on the map. Hard-coding this is Ugly! Can we not just make it Bool & use Map Service Catalogue for more control?] |
| | 74 | catalogue_toolbar - bool - whether or not to display the Map Service Catalogue toolbar |
| | 75 | toolbar - bool - whether or not to display the GeoExt toolbar |
| | 76 | mgrs - bool - whether or not to enable the MGRS PDF finder control |
| | 77 | window - bool - whether or not to have the map pop out into a resizable window |