Changes between Version 12 and Version 13 of BluePrintGISLocationsHierarchy
- Timestamp:
- 08/23/10 09:06:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISLocationsHierarchy
v12 v13 28 28 == Location Selector == 29 29 There are 6 ways of adding a location, listed in ideal order: 30 1. Bulk importhas either Location Names or Lat/Lons30 1. '''Bulk import''' has either Location Names or Lat/Lons 31 31 * This could optionally use Image EXIF headers or a timesynced GPX file 32 32 * NB: This refinement can be added later 33 2. HTML5 !GeoLocation: If the resource is one where the user is likely to be physically at the relevant location33 2. '''HTML5 !GeoLocation''': If the resource is one where the user is likely to be physically at the relevant location 34 34 * e.g. pr/person/presence can be recorded automatically upon login 35 35 * NB: This refinement can be added later 36 3. Map: User clicks on a location on the map36 3. '''Map''': User clicks on a location on the map 37 37 * If we have admin boundaries available then: 38 38 * We can zoom to the correct area if a level of hierarchy has been selected 39 39 * The correct hierarchy can be filled-in automatically 40 40 * If not then the user can be prompted to provide these (as per 6) 41 4. Manual Entry of Lat/Lon(either from a GPS or looked up in an online resource like Wikipedia)41 4. '''Manual Entry of Lat/Lon''': (either from a GPS or looked up in an online resource like Wikipedia) 42 42 * A Conversion tool is available to convert from Deg/Min/Sec to Decimal Degrees 43 43 * If we have admin boundaries available then the correct hierarchy can be filled-in automatically 44 44 * If not then the user can be prompted to provide these (as per 6) 45 5. Geocoder: Street Address is entered & this is matched to a location via a Geocoding service (Google & Yahoo have functionality ready in {{{modules/s3gis.py}}}. We need to add at least [http://geonames.org Geonames].) 46 6. Hierarchical Selector: 45 5. '''Geocoder''': Street Address is entered & this is matched to a location via a Geocoding service 46 * We alreadu have functionality ready for Google & Yahoo in {{{modules/s3gis.py}}}. 47 * We need to add at least [http://geonames.org Geonames]. 48 6. '''Hierarchical Selector''': 47 49 * We have dropdowns for each of the different levels. 48 50 * The country selector should remain hidden if there is only 1 country being used.