Changes between Version 19 and Version 20 of BluePrintGISLocationsHierarchy


Ignore:
Timestamp:
08/29/10 16:17:30 (14 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISLocationsHierarchy

    v19 v20  
    6666We want to be able to optionally specify which levels of hierarchy we are interested in for this resource. This would be part of the API for gis.get_location_id()
    6767
     68== Hierarchy Tree ==
     69Have a HTML component that allows the user to explore the locations as a Tree:
     70{{{
     71 + Province 1
     72 - Province 2
     73 |_+ District 1
     74 |_- District 2
     75 | |_ + Village 1
     76 | |_ + Village 2
     77 |
     78 |_+ District 3
     79
     80 + Province 3
     81 + Province 4
     82 |_+ District 4
     83 |_+ District 5
     84}}}
     85This could be used to:
     86 * Create search criteria (have check boxes by each location name, to include that location, and all sublocations, in the search).
     87 * Allow to user to navigate to a location and then open it to see the different resources associated with it.
     88 * Zoom to the location on the map.
     89 * Simply allow the user to see what lcoations have been entered in the database.
     90
    6891== Agasti ==
    6992