Changes between Version 1 and Version 2 of BluePrintGISGeolocator
- Timestamp:
- 01/25/10 17:22:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISGeolocator
v1 v2 1 2 3 == GeoLocator == 4 5 6 7 1 8 Being worked upon by Zubin Mithra(zubin71 #sahana, #sahana-py) 9 10 11 2 12 A python module for a geolocator 3 13 using Google(implemented) … … 5 15 Yahoo APIs(pending) 6 16 17 18 7 19 Input : service_name, location name 8 20 Output format : JSON(easy front end parsing) 21 Output most likely to be used in : OpenLayers 22 So a simple controller function would be nice to access the module classes 9 23 10 Output most likely to be used in : OpenLayers11 24 12 So a simple controller function would be nice to access the module classes13 25 14 26