<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problems with detailed information"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Problems with detailed information"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problems with detailed information</title>
				<description><![CDATA[ The problem is with this service
ws.geonames.org/findNearbyPlaceName?style=FULL&lat=48.865618158309374&lng=2.344207763671875

I need to get only country and city names but instead I get the next detailed info:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt;
&lt;geonames&gt;
&lt;geoname&gt;
&lt;name&gt;Le Louvre&lt;/name&gt;
&lt;lat&gt;48.8635007970663&lt;/lat&gt;
&lt;lng&gt;2.33875751495361&lt;/lng&gt;
&lt;geonameId&gt;6545270&lt;/geonameId&gt;
&lt;countryCode&gt;FR&lt;/countryCode&gt;
&lt;countryName&gt;France&lt;/countryName&gt;
&lt;fcl&gt;P&lt;/fcl&gt;
&lt;fcode&gt;PPLX&lt;/fcode&gt;
&lt;fclName&gt;city, village,...&lt;/fclName&gt;
&lt;fcodeName&gt;section of populated place&lt;/fcodeName&gt;
&lt;population/&gt;
&lt;alternateNames/&gt;
&lt;elevation&gt;0&lt;/elevation&gt;
&lt;adminCode1&gt;A8&lt;/adminCode1&gt;
&lt;adminName1&gt;ГЋle-de-France&lt;/adminName1&gt;
&lt;adminCode2&gt;75&lt;/adminCode2&gt;
&lt;adminName2&gt;DГ©partement de Ville-de-Paris&lt;/adminName2&gt;
&lt;distance&gt;0.8895490128233411&lt;/distance&gt;
&lt;/geoname&gt;
&lt;/geonames&gt;
</pre>
		</div>

But there is no place where 'Paris' is mentioned (I clicked in the center of the city). How should I get ony country+city information?

Thanks,
Eugene]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/581.page#2659</guid>
				<link>http://forum.geonames.org/gforum/posts/list/581.page#2659</link>
				<pubDate><![CDATA[Tue, 21 Aug 2007 15:31:14]]> GMT</pubDate>
				<author><![CDATA[ Crovax]]></author>
			</item>
			<item>
				<title>Re:Problems with detailed information</title>
				<description><![CDATA[ Hi Eugene

The 'findNearbyPlaceName' returns all populated places. If you don't care about PPLX you have two possibilities.  You can either get more than one row and filter it out yourself or you can use the (not yet documented) 'findNearby' service with the featurecodes you are interested in (PPLC,PPLA and PPL).

http://ws.geonames.org/findNearby?lat=48.865618158309374&lng=2.344207763671875&featureClass=P&featureCode=PPLA&featureCode=PPL&featureCode=PPLC

Regards

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/581.page#2667</guid>
				<link>http://forum.geonames.org/gforum/posts/list/581.page#2667</link>
				<pubDate><![CDATA[Wed, 22 Aug 2007 07:48:59]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:Problems with detailed information</title>
				<description><![CDATA[ Thanks very much. That's exactly what I need. Your services are great. :) ]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/581.page#2673</guid>
				<link>http://forum.geonames.org/gforum/posts/list/581.page#2673</link>
				<pubDate><![CDATA[Wed, 22 Aug 2007 09:50:26]]> GMT</pubDate>
				<author><![CDATA[ Crovax]]></author>
			</item>
			<item>
				<title>Re:Problems with detailed information</title>
				<description><![CDATA[ I should have added that this service is not yet documented since it is impossible to performance optimize it for all combinations of our 650 feature codes.
If the above combination of codes is requested pretty often we will add a database index to speed it up.

Regards

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/581.page#2681</guid>
				<link>http://forum.geonames.org/gforum/posts/list/581.page#2681</link>
				<pubDate><![CDATA[Wed, 22 Aug 2007 12:02:22]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>