<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Reverse Geocoder "Problem""]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Reverse Geocoder "Problem""]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Reverse Geocoder "Problem"</title>
				<description><![CDATA[  I'm trying to use the Geocoding service to find the nearest municipality to the input I give it, however it sometimes picks up neighborhoods in my city.

Here's some results:
Nearest Location:
Country: Canada
Prov./State: Alberta
City: Calgary
Lat: 51.050112282
Lng: -114.085285152

Nearest Location:
Country: Canada
Prov./State: Alberta
City: Silver Springs
Lat: 51.100111099
Lng: -114.151988207

Nearest Location:
Country: Canada
Prov./State: Alberta
City: Forest Lawn
Lat: 51.033412191
Lng: -113.968676512

Now I guess, is there any way I can, or you can implement, so that for all these searches Calgary is returned? Possible to do it by population?

It seems as though the GeoCoder is returning the nearest feature, could a field be added to the result to display the city that feature is in as well? that would solve my problem..]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/218.page#1157</guid>
				<link>http://forum.geonames.org/gforum/posts/list/218.page#1157</link>
				<pubDate><![CDATA[Fri, 17 Nov 2006 04:24:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Reverse Geocoder "Problem"</title>
				<description><![CDATA[ Would it also be possible to limit results from the same current administrative division as the search point?

Reverse Geocoding near a provincial border could confuse some people when the results aren't in the same province.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/218.page#1158</guid>
				<link>http://forum.geonames.org/gforum/posts/list/218.page#1158</link>
				<pubDate><![CDATA[Fri, 17 Nov 2006 06:24:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Reverse Geocoder "Problem"</title>
				<description><![CDATA[ You can use the findNearby Service and only search for PPL, discarding all PPLL :

http://ws.geonames.org/findNearby?lat=51&lng=-114&style=FULL&maxRows=10&radius=20&featureCode=PPL

Or you can do the filtering yourself and use the findNearbyPlaceName and filter by featureCode and/or administrative division : http://ws.geonames.org/findNearbyPlaceName?lat=51&lng=-114&style=FULL&maxRows=10&radius=20]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/218.page#1160</guid>
				<link>http://forum.geonames.org/gforum/posts/list/218.page#1160</link>
				<pubDate><![CDATA[Fri, 17 Nov 2006 10:34:34]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Reverse Geocoder "Problem"</title>
				<description><![CDATA[ Thanks for the quick reply, I'll try it out over the weekend!]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/218.page#1164</guid>
				<link>http://forum.geonames.org/gforum/posts/list/218.page#1164</link>
				<pubDate><![CDATA[Sat, 18 Nov 2006 04:28:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>