Changes between Version 163 and Version 164 of PakistanDevelopers


Ignore:
Timestamp:
08/31/10 21:35:34 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDevelopers

    v163 v164  
    8989   * Update screen Marker should be in the same layer & replaced by the create feature tool
    9090    * use Drag tool not Draw tool?
     91   * Set Map's Draw tool to depressed dynamically in Update forms if no Lat/Lon yet specified
    9192   * Create Map should also read whether a Lat/Lon has been entered into the Fields & use that to show the initial Marker (=> Dynamic Map!)
    9293   * Want to zoom to the relevant area of the map based on the selected locations hierarchy (needs polygon data)
    9394   * When selecting Lat Lon from the map, change the mouse cursor to crosshair
    9495    * 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...)
    9697  * 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
    97107   * 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)
    99111   * ~~~Update form: Hierarchy needs populating from old record~~~
    100112   * ~~~Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected~~~
     
    104116   * ~~~Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon~~~
    105117    * ~~~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 support
    109    * Use subheadings CSS instead of ASCII ----
    110    * Download hierarchy levels to a Store in the background to improve performance?
    111118   * 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
    116122   
    117123 * [wiki:BluePrintGISLocationsSearch Location Search]