Changes between Version 2 and Version 3 of BluePrintGISAPI


Ignore:
Timestamp:
04/23/10 13:34:54 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISAPI

    v2 v3  
    1212  * Be able to define the default size of the map
    1313
     14We 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
     20Here is the API from the original PHP version:
     21 * http://wiki.sahanafoundation.org/doku.php/dev:gisapi
     22
     23Proposed API (early draft!):
     24{{{
     25    reqest.s3.gis_features = []
     26    gis.show_map(height=default, width=default)
     27}}}
     28
    1429----
    1530[wiki:BluePrintGeographicInformationSystems GIS BluePrints]