Changes between Version 15 and Version 16 of BluePrint/GIS/LocationSelector
- Timestamp:
- 12/11/10 16:58:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/LocationSelector
v15 v16 25 25 * Move the implementation to a server-side widget so that it applies automatically to all instances of the field (can then remove from custom view templates) 26 26 * Work has started on this: S3LocationSelector in {{{modules/widgets.py}}} & {{{static/scriptsS3/s3.locationselector.widget.js}}}.[[BR]]Enable by uncommenting in {{{models/03_gis.py}}} & comment the old autocomplete in a view to try it out (e.g. {{{views/cr/shelter_autocompletes.html}}}). 27 * Can then remove {{{gis.form_map()}}} & call from {{{modules/s3xrc/s3crud.py}}}) 27 28 * Redesign the Look/Feel to make it more usable 28 29 * Display all the Lx layer dropdowns from the start? … … 31 32 * Q: Should we save a new location automatically upon submission of main form (as now) or else have a manual Save button? 32 33 * Q: Is 'Specific Location' == L5? 33 * Don't load the Map within the page (currently done using {{{gis.form_map()}}} called from {{{modules/s3xrc/s3crud.py}}}) but do this as a separate server-side call34 * Work has started on this: {{{map_selector()}}} in {{{controllers/gis.py}}}35 34 * Increase Robustness (currently there are many bugs) 36 35 * Add an HTML5 !GeoLocation option ('Current Location')