Changes between Version 8 and Version 9 of BluePrintGISAPI
- Timestamp:
- 04/26/10 23:05:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISAPI
v8 v9 33 33 34 34 The pr/person/presence includes a link to embedding a map within a page: 35 [[BR]]''tbc'' 35 {{{ 36 <a onclick="viewMapMulti('{{=request.controller}}','{{=request.function}}',{{=request.args[0]}},'{{=request.args[1]}}');return false" href="#">View All on Map</a> 37 }}} 36 38 37 39 === Proposed API === … … 67 69 68 70 Will return the HTML to embed a map with the specified options. 69 it would be cool it the layer 71 it would be cool it the layer menus could be tabs on the side, which slide out when you click on them... 70 72 71 73 Questions: … … 82 84 """ 83 85 }}} 84 ==== Display Features on the Map ====85 {{{86 request.s3.gis_features = []87 gis.show_map(height=default, width=default, overlays=False)88 }}}89 ==== Customise Feature Markers based on Thresholds ====90 {{{91 request.s3.gis_features = []92 gis.show_map(height=default, width=default, overlays=False)93 }}}94 86 95 87 ----