<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Different coordinates for local and English name of location"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Different coordinates for local and English name of location"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Different coordinates for local and English name of location</title>
				<description><![CDATA[ I discovered that the latitude and longitude differs according to the language of the location.

For example the international name of the city Bucharest returns

lat: 44.43224761932805
lng: 26.10626220703125

and the local name Bucureşti returns

lat: 44.428018465078985
lng: 26.096649169921875

Why is this?]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2867.page#10008</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2867.page#10008</link>
				<pubDate><![CDATA[Thu, 30 Jun 2011 22:15:11]]> GMT</pubDate>
				<author><![CDATA[ cyberjunkie]]></author>
			</item>
			<item>
				<title>Re:Different coordinates for local and English name of location</title>
				<description><![CDATA[ You are certainly getting two different features. One is probably the populated place and the other the administrative division.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2867.page#10010</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2867.page#10010</link>
				<pubDate><![CDATA[Thu, 30 Jun 2011 22:17:05]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:Different coordinates for local and English name of location</title>
				<description><![CDATA[ Thanks Marc! I think that you are right. I'm using javascript to retrieve data from the webserver, which I add to an auto-suggest dropdown list. It appears that I'm retrieving the administrative division but why am I also getting populated place?
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
label: item.name + &#40;item.adminName1 ? ", " + item.adminName1 : ""&#41; + ", " + item.countryName,
value: item.name + &#40;item.adminName1 ? ", " + item.adminName1 : ""&#41; + ", " + item.countryName,</pre>
		</div>

edit: I'm also using feature class P because I want just to retrieve cities or towns. Is it possible to omit popular places or administrative division to get just one?]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2867.page#10011</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2867.page#10011</link>
				<pubDate><![CDATA[Fri, 1 Jul 2011 00:07:13]]> GMT</pubDate>
				<author><![CDATA[ cyberjunkie]]></author>
			</item>
			<item>
				<title>Re:Different coordinates for local and English name of location</title>
				<description><![CDATA[ you can use the parameter featureClass=P to only get populated places.

The search service is described here:
http://www.geonames.org/export/geonames-search.html

Best Regards

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2867.page#10012</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2867.page#10012</link>
				<pubDate><![CDATA[Fri, 1 Jul 2011 07:43:57]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>