Changes between Version 8 and Version 9 of BluePrintGISAPI


Ignore:
Timestamp:
04/26/10 23:05:59 (15 years ago)
Author:
Fran Boon
Comment:

pr/person/presence example & cleanup

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISAPI

    v8 v9  
    3333
    3434The 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}}}
    3638
    3739=== Proposed API ===
     
    6769
    6870    Will return the HTML to embed a map with the specified options.
    69     it would be cool it the layer  menus could be tabs on the side, which slide out when you click on them...
     71    it would be cool it the layer menus could be tabs on the side, which slide out when you click on them...
    7072   
    7173    Questions:
     
    8284    """
    8385}}}
    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 }}}
    9486
    9587----