Changes between Version 6 and Version 7 of BluePrintGISAPI


Ignore:
Timestamp:
04/24/10 22:53:41 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISAPI

    v6 v7  
    2929[[BR]]''tbc''
    3030
    31 Proposed API (early draft!):
     31=== Proposed API ===
     32Early 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 ====
    3238{{{
    3339    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)
    3546}}}
    3647