Changes between Version 10 and Version 11 of BluePrint/GIS/LocationSelector
- Timestamp:
- 11/22/10 16:59:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/LocationSelector
v10 v11 42 42 * Experiment with downloading all Locations at startup (into a [http://api.jquery.com/data/ jQuery Data store]) & filtering client-side, or maybe downloading just the full next level of hierarchy proactively (e.g. we've got the L0 selected, we have the L1 dropdown populated accordingly...we could download *all* L2s within the L0 ready for when the L1 is selected & then filter the downloaded L2 data to those within the relevant L1 to populate the L2 dropdown with). This would also provide an automatic cache (within the page only). 43 43 * Extend the location_id() API to support controlling which levels of hierarchy we're interested in for a resource (some may be only interested in the province, whereas others may need a precise location) 44 44 * Make the gis/location/create form reuse as much of this UI paradigm as possible (although the focus for that screen will be adding the Admin Hierarchy) 45 45 === Known Issues === 46 46 There are various bugs in the current implementation, some of which are listed below.