Geonames.org lists 34 webservices on it's page at http://www.geonames.org/export/ws-overview.html but this module only implements 20.
Geonames.org lists 34 webservices on it's page at http://www.geonames.org/export/ws-overview.html but this module only implements 20.
Comments
Comment #1
lyricnz commentedFive of the webservices listed on that page don't support the XML result format needed by this module.
Comment #2
lyricnz commentedAs of now, the (XML) services that we are missing are:
Any new services should be implemented along with a simpletest case.
Comment #3
lyricnz commentedAdded support for "cities" service.
Comment #4
lyricnz commentedAdded "findNearbyStreets" and "findNearestIntersection" services.
Comment #5
lyricnz commentedAdded "findNearestAddress" and "neighbourhood" services.
Comment #6
lyricnz commentedAdded "findNearByWeather" and "ocean" services. Outstanding:
Comment #7
lyricnz commentedAdded "extendedFindNearby" service.
Comment #8
lyricnz commentedastergdem doesn't work like the other services, it has result XML like:
This will need a new method of parsing.
Comment #9
lyricnz commentedsrtm3 has the same problem as astergdem
Comment #10
lyricnz commentedDisabled astergdem and srtm3 from the configuration, until such time as they actually work.
Comment #11
lyricnz commentedAdded support for custom XML parsers.
Added custom parser for astergdem/srtm3/gtopo30, and configured services to use it.
Re-enable tests for these new services.
Re-enable other tests that were disabled.
The code now supports all 29 XML-based services.
Fixed.