Changes between Version 10 and Version 11 of BluePrintGISAPI
- Timestamp:
- 04/27/10 11:25:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISAPI
v10 v11 43 43 gis.show_map(height = <default>, 44 44 width = <default>, 45 base_layer 45 base_layers = <default>, 46 46 internal_layers = None, 47 47 internal_layer_menu = True, … … 58 58 height - int - height of map in pixels 59 59 width - int - width of map in pixels 60 base_layer - string - base layerused for map: "OSM", "Google", "Bing"60 base_layers - list of strings - base layers used for map: "OSM", "Google", "Bing" 61 61 internal_layers - list of strings - db.gis_feature_group.name to display on the map 62 62 internal_layer_menu - bool - whether or not to display the menu to turn on and off the internal_layers 63 63 markers - list of URLs - to images to display 64 64 popup_url - list of strings - The URL which will be used to fill the pop-up (potentially different for each internal_layer) (???current term). it will be appended by the Location ID. 65 external_layers - list of strings - List of the WMS(???) to display on the map66 external_layer_menu - bool - whether or not to display the menu to turn on and off the internal_layers65 external_layers - list of strings - List of the overlays (WMS/KML/GeoRSS/etc) to display on the map 66 external_layer_menu - bool - whether or not to display the menu to turn on and off the external_layers 67 67 toolbar - bool - whether or not to display the toolbar 68 map_center_lat - ???- Initial map center point69 map_center_lon - ???- Initial map center point68 map_center_lat - double - Initial map center point 69 map_center_lon - double - Initial map center point 70 70 zoom - int - the initial zoom level of the map 71 71 72 72 Will return the HTML to embed a map with the specified options. 73 it would be cool itthe layer menus could be tabs on the side, which slide out when you click on them...73 It would be cool if the layer menus could be tabs on the side, which slide out when you click on them... 74 74 75 75 Questions: