<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "NearbyPlaceNameJSON returns different answer than findNearbyPlaceName (another example)"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "NearbyPlaceNameJSON returns different answer than findNearbyPlaceName (another example)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>NearbyPlaceNameJSON returns different answer than findNearbyPlaceName (another example)</title>
				<description><![CDATA[ 
for lat=44.93660 lng=1.01532 which is Les Eyzies-de-Tayac-Sireuil, France.

http://ws.geonames.org/findNearbyPlaceName?lat=44.93660&lng=1.01532

returns

-<geonames>
-<geoname>
<name>Les Eyzies-de-Tayac-Sireuil</name>
<lat>44.9333333</lat>
<lng>1.0166667</lng>
<geonameId>3001095</geonameId>
<countryCode>FR</countryCode>
<countryName>France</countryName>
<fcl>P</fcl>
<fcode>PPL</fcode>
<distance>0.3784</distance>
</geoname>
</geonames>

using same lat/lng but JSON form

http://ws.geonames.org/findNearbyPlaceNameJSON?lat=44.93660&lng=1.01532

returns different PPL

{"geonames":[{"countryName":"France","adminCode1":"97","fclName":"city, village,...",
"countryCode":"FR","lng":1.0166667,"fcodeName":"populated place","distance":"0.3784",
"fcl":"P","name":"La Mouthe","fcode":"PPL","geonameId":3007978,"lat":44.9333333,
"population":0,"adminName1":"Aquitaine"}]}


Thanks.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1146.page#4965</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1146.page#4965</link>
				<pubDate><![CDATA[Thu, 13 Nov 2008 23:46:20]]> GMT</pubDate>
				<author><![CDATA[ cehilton]]></author>
			</item>
			<item>
				<title>Re:NearbyPlaceNameJSON returns different answer than findNearbyPlaceName (another example)</title>
				<description><![CDATA[ both services are now served by the same server and you get the same result.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1146.page#4975</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1146.page#4975</link>
				<pubDate><![CDATA[Sun, 16 Nov 2008 11:39:25]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>