| 1 | Being worked upon by Zubin Mithra(zubin71 #sahana, #sahana-py) |
| 2 | A python module for a geolocator |
| 3 | using Google(implemented) |
| 4 | GeoCommons(pending) |
| 5 | Yahoo APIs(pending) |
| 6 | |
| 7 | Input : service_name, location name |
| 8 | Output format : JSON(easy front end parsing) |
| 9 | |
| 10 | Output most likely to be used in : OpenLayers |
| 11 | |
| 12 | So a simple controller function would be nice to access the module classes |
| 13 | |
| 14 | |
| 15 | Also add, |
| 16 | 1. functionality for BBOX |
| 17 | 2. provision to get results from all services |
| 18 | 3. provision to get results in multiple formats(xml, JSON, kml) |
| 19 | |
| 20 | to check out |
| 21 | 1. OpenStreeMap.org |