tvierlinger
Joined: 24/10/2008 10:42:57
Messages: 1
Offline
|
Hi!
Here is what I am searching for:
I want to get all postal codes nearby a given code, but I wand only results with different postal codes than the given one and one code only once.
Here is an example:
I am calling this
http://ws.geonames.org/findNearbyPostalCodes?postalcode=4020&country=AT&radius=100&style=short&maxRows=500
The problem is there are so many results that 500 is not enough and e.g. 4101 is not in the result.
I am looking only for the postal codes, so in the results I do not need codes of 4020 (because this is the given one) and I want to get each found code only once (distinct).
Is there a way to do this?
|