Changes between Version 2 and Version 3 of BluePrintGISAPI
- Timestamp:
- 04/23/10 13:34:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISAPI
v2 v3 12 12 * Be able to define the default size of the map 13 13 14 We can pass information in 3 different ways: 15 1. Argument 16 2. Global variable (e.g. request.s3.gis_*) 17 3. Config in Database 18 * {{{gis.read_config()}}} 19 20 Here is the API from the original PHP version: 21 * http://wiki.sahanafoundation.org/doku.php/dev:gisapi 22 23 Proposed API (early draft!): 24 {{{ 25 reqest.s3.gis_features = [] 26 gis.show_map(height=default, width=default) 27 }}} 28 14 29 ---- 15 30 [wiki:BluePrintGeographicInformationSystems GIS BluePrints]