Changes between Version 12 and Version 13 of BluePrintGISGeolocator
- Timestamp:
- 11/12/10 06:29:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISGeolocator
v12 v13 1 = !Geo Locator =1 = !Geocoder = 2 2 3 3 Initial work done by by Zubin Mithra (zubin71) 4 Followup work done by Michael Matthews (mmatthews) 4 5 5 6 A python module for a geolocator using … … 15 16 Basic Google/Yahoo webservice calls are in {{{modules/s3gis.py}}}. 16 17 17 Th is needs tying into the front-end [wiki:BluePrintGISLocationsHierarchy#LocationSelector Location Selector].18 These have been tied to the front-end [wiki:BluePrintGISLocationsHierarchy#LocationSelector Location Selector]. 18 19 19 20 !GeoNames support needs adding (there is some !GeoNames functionality in S3GIS). … … 31 32 3. provision to get results in multiple formats(xml, JSON, kml) 32 33 4. support caching 34 5. administration option to selection the geocoding service (Google, Yahoo, or both). 35 6. geonames tie-ins in the location selector 36 7. better hierarchical selector fill-in for selected results. That is, fill in the country and province/state. Filling in the country will require translating the two or three-letter country code to the real country name that appears int the hierarchy. 37 8. Make the Google and Yahoo controller services merely wrappers around the more robust geocoding classes (per a comment in those controller). 33 38 34 39 Also see: