Changes between Version 6 and Version 7 of BluePrintGISAPI
- Timestamp:
- 04/24/10 22:53:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISAPI
v6 v7 29 29 [[BR]]''tbc'' 30 30 31 Proposed API (early draft!): 31 === Proposed API === 32 Early draft! 33 ==== Embed a map within a Page ==== 34 {{{ 35 gis.show_map(height=default, width=default, overlays=False) 36 }}} 37 ==== Display Features on the Map ==== 32 38 {{{ 33 39 request.s3.gis_features = [] 34 gis.show_map(height=default, width=default) 40 gis.show_map(height=default, width=default, overlays=False) 41 }}} 42 ==== Customise Feature Markers based on Thresholds ==== 43 {{{ 44 request.s3.gis_features = [] 45 gis.show_map(height=default, width=default, overlays=False) 35 46 }}} 36 47