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
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

lyricnz - October 31, 2009 - 12:12

Five of the webservices listed on that page don't support the XML result format needed by this module.

#2

lyricnz - October 31, 2009 - 12:18

As of now, the (XML) services that we are missing are:

Any new services should be implemented along with a simpletest case.

#3

lyricnz - October 31, 2009 - 12:48
Assigned to:Anonymous» lyricnz

Added support for "cities" service.

#4

lyricnz - November 2, 2009 - 12:19

Added "findNearbyStreets" and "findNearestIntersection" services.

#5

lyricnz - November 2, 2009 - 18:52

Added "findNearestAddress" and "neighbourhood" services.

#6

lyricnz - November 2, 2009 - 19:13

Added "findNearByWeather" and "ocean" services. Outstanding:

#7

lyricnz - November 2, 2009 - 19:30

Added "extendedFindNearby" service.

#8

lyricnz - November 2, 2009 - 19:42

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.

 
 

Drupal is a registered trademark of Dries Buytaert.