<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I want to be free &#187; geo</title>
	<atom:link href="http://i1t2b3.com/category/geo/feed/" rel="self" type="application/rss+xml" />
	<link>http://i1t2b3.com</link>
	<description>Any fool can make things bigger and more complex</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:34:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=330</generator>
		<item>
		<title>Reverse Geocoding</title>
		<link>http://i1t2b3.com/2009/09/06/reverse-geocoding/</link>
		<comments>http://i1t2b3.com/2009/09/06/reverse-geocoding/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 07:48:18 +0000</pubDate>
		<dc:creator>Skakunov Alexander</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[geo]]></category>

		<guid isPermaLink="false">http://i1t2b3.com/?p=512</guid>
		<description><![CDATA[Reverse Geocoding is process opposite to Geocoding (when you get map coordinates by city/country given). So the idea is to get city name by coordinates on the map. Why you may need it? For example, user is supposed to add a marker on the map, and you want to check that the marker is within [...]]]></description>
			<content:encoded><![CDATA[<p>Reverse Geocoding is process opposite to Geocoding (when you get map coordinates by city/country given). So the idea is to get city name by coordinates on the map.</p>
<p>Why you may need it? For example, user is supposed to add a marker on the map, and you want to check that the marker is within a particular country or region.</p>
<p>Solutions:</p>
<ol>
<li><noindex><a rel="nofollow" href="http://code.google.com/intl/en/apis/maps/documentation/services.html#ReverseGeocoding">Google GeoCoder </a></noindex>(JavaScript) can work with coordinates to retrieve location name. Advantage is that return information is translated to the preferred language of your browser. Here is <noindex><a rel="nofollow" href="http://code.google.com/intl/en/apis/maps/documentation/examples/geocoding-reverse.html">an example</a></noindex> you can play with.</li>
<li><noindex><a rel="nofollow" href="http://www.geonames.org/export/web-services.html">GeoNames.org</a></noindex> offers several services, among which you can find Reverse Geocoding web service (REST or JSON) which can work with coordinates and postal codes. Advantage &mdash; you can download city/region/country names and <abbr title="Points of Interest">POI</abbr> with coordinates.</li>
</ol>
<p><img src="http://i1t2b3.com/wp-content/uploads/2009/09/globe1.gif" alt="GeoNames" title="GeoNames" width="50" height="50" class="alignright size-full wp-image-520" />By the way, here are results of benchmarking <noindex><a rel="nofollow" href="http://www.peterbe.com/plog/google-reverse-geocoding-vs.-geonames">Google vs. GeoNames</a></noindex>.</p>
]]></content:encoded>
			<wfw:commentRss>http://i1t2b3.com/2009/09/06/reverse-geocoding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
