Support remaining Geonames services
lyricnz - October 31, 2009 - 12:09
| Project: | GeoNames |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | lyricnz |
| Status: | active |
Jump to:
Description
Geonames.org lists 34 webservices on it's page at http://www.geonames.org/export/ws-overview.html but this module only implements 20.

#1
Five of the webservices listed on that page don't support the XML result format needed by this module.
#2
As of now, the (XML) services that we are missing are:
Any new services should be implemented along with a simpletest case.
#3
Added support for "cities" service.
#4
Added "findNearbyStreets" and "findNearestIntersection" services.
#5
Added "findNearestAddress" and "neighbourhood" services.
#6
Added "findNearByWeather" and "ocean" services. Outstanding:
#7
Added "extendedFindNearby" service.
#8
astergdem doesn't work like the other services, it has result XML like:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><geonames>
<astergdem>192</astergdem>
<lat>50.01</lat>
<lng>10.2</lng>
</geonames>
This will need a new method of parsing.