Changes between Version 8 and Version 9 of BluePrintGISGeolocator
- Timestamp:
- 09/27/10 22:15:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISGeolocator
v8 v9 1 = = !GeoLocator ==1 = !GeoLocator = 2 2 3 3 Initial work done by by Zubin Mithra (zubin71) 4 4 5 5 A python module for a geolocator using 6 * Google API (implemented)7 * Yahoo API (implemented)8 * !GeoNames (pending)6 * Google API 7 * Yahoo API 8 * !GeoNames 9 9 10 10 Input: service_name, location name 11 11 12 Output format: JSON(easy front end parsing) 12 Output format: JSON (easy front end parsing) 13 14 == Status == 15 Basic Google/Yahoo webservice calls are in {{{modules/s3gis.py}}}. 16 17 This needs tying into the front-end [BluePrintGISLocationsHierarchy#LocationSelector Location Selector]. 18 19 !GeoNames support needs adding (there is some GeoNames functionality in S3GIS). 20 21 == API == 13 22 14 23 Output most likely to be used in: !OpenLayers 15 24 25 26 == ToDo == 16 27 A simple controller function would be nice to access the module classes 17 28 18 Also add,19 29 1. functionality for BBOX 20 30 2. provision to get results from all services 21 31 3. provision to get results in multiple formats(xml, JSON, kml) 22 32 23 to check out 33 Also see: 24 34 * http://nominatim.openstreetmap.org 25 35 * Review of Geocoders: http://lin-ear-th-inking.blogspot.com/2010/03/open-source-geocoders.html