eikek
Joined: 01/10/2012 16:57:38
Messages: 5
Offline
|
Hallo,
we found that the postal code search for '9107 Urnäsch' in Switzerland gives two entries. The first seems correct, but the second is quite away from Urnäsch. Besides the coordinates, all other properties are the same in those two entries.
http://api.geonames.org/postalCodeSearch?postalcode=9107&maxRows=10&username=test&country=CH
The result is (shows only different values)
Code:
<geonames>
<totalResultsCount>2</totalResultsCount>
<code>
<lat>47.30538</lat>
<lng>9.27714</lng>
</code>
<code>
<lat>47.28035</lat>
<lng>9.32921</lng>
</code>
</geonames>
We think, that there should be only the first entry?
kind regards,
Eike
|