Changes between Version 163 and Version 164 of PakistanDevelopers
- Timestamp:
- 08/31/10 21:35:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDevelopers
v163 v164 89 89 * Update screen Marker should be in the same layer & replaced by the create feature tool 90 90 * use Drag tool not Draw tool? 91 * Set Map's Draw tool to depressed dynamically in Update forms if no Lat/Lon yet specified 91 92 * Create Map should also read whether a Lat/Lon has been entered into the Fields & use that to show the initial Marker (=> Dynamic Map!) 92 93 * Want to zoom to the relevant area of the map based on the selected locations hierarchy (needs polygon data) 93 94 * When selecting Lat Lon from the map, change the mouse cursor to crosshair 94 95 * This is partially-working: clicking the button on enables the crosshair, clicking it off disables, but currently it's not being set on 1st load 95 * See nearby locations & be able to select them?96 * See nearby locations (Feature Markers) & be able to select them as an alternative to placing a new Marker (nice message saying 'Do you mean...) 96 97 * Hierarchical Autocomplete for Locations: #502 98 * If an Lx is selected in Autocomplete then load the appropriate dropdown (& any above it) & put this in there 99 * freeing up the Name field again for a sub-location 100 * When saving a Create form & it fails validation then lose our location_id setting 101 * The Add Location popup should only download the correct value for 'parent' (not entire list) if we're going to set/hide anyway 102 * A user might wish to select an existing location & then amend the hierarchy! 103 * make people do this via the 'Locations' menu? (Give them Help on this?) 104 * Changing things in higher levels should clear lower levels? 105 * Check whether fields are readable/writable (e.g. addr_street may need to be hidden from some modules) 106 * Add Geocoder support 97 107 * Add !DrawTool icon in help (like is already there in the Location Update form) 98 * Include the functionality in {{{views/gis/location_autocomplete.js}}} inside the definition of the 'location_id' reusable field 108 * Use subheadings CSS instead of ASCII ---- 109 * Download hierarchy levels to a Store in the background to improve performance? 110 * shn_read/shn_list - replace existing system in read/list? (consistency & ease of maintenance) 99 111 * ~~~Update form: Hierarchy needs populating from old record~~~ 100 112 * ~~~Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected~~~ … … 104 116 * ~~~Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon~~~ 105 117 * ~~~we have a UUID but the 1st update should be either just changing location_id (if using the hierarchy) or creating a new record (if using lat/lon or addr_street)~~~ 106 * Changing things in higher levels should clear lower levels?107 * Check whether fields are readable/writable (e.g. addr_street may need to be hidden from some modules)108 * Add Geocoder support109 * Use subheadings CSS instead of ASCII ----110 * Download hierarchy levels to a Store in the background to improve performance?111 118 * Don't display Lat/Lon for Admin levels (Lx)? 112 * shn_read/shn_list - replace existing system in read/list? (consistency & ease of maintenance) 113 * if shn_has_role(MapAdmin): Provide an 'Add Location' option next to each level of hierarchy (simplified Ext popup not colorbox?) 114 * L1-L4 Feature Classes shouldn't be selectable by non-!MapAdmins (& should be auto-selected by !MapAdmins) 115 * Remove Feature Classes completely from Locations (replace with Feature Layers (i.e. Queries)) 119 * ~~if shn_has_role(!MapAdmin): Provide an 'Add Location' option next to each level of hierarchy~~ 120 * ~~L1-L2 Levels shouldn't be editable by non-!MapAdmins (& should be auto-selected by !MapAdmins)~~ 121 * Include the functionality in {{{views/gis/location_autocomplete.js}}} inside the definition of the 'location_id' reusable field 116 122 117 123 * [wiki:BluePrintGISLocationsSearch Location Search]