<?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>Chanel's Blog &#187; google maps</title>
	<atom:link href="http://cmunezero.com/tag/google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmunezero.com</link>
	<description>Where code meets love... and a lot of awkward silences...</description>
	<lastBuildDate>Tue, 11 May 2010 21:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Maps: why are you so difficult?</title>
		<link>http://cmunezero.com/2008/03/03/google-maps-why-are-you-so-difficult/</link>
		<comments>http://cmunezero.com/2008/03/03/google-maps-why-are-you-so-difficult/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 22:27:16 +0000</pubDate>
		<dc:creator>chanel</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://cmunezero.com/?p=9</guid>
		<description><![CDATA[So recently a friend asked me if I could map a list of ip addresses to physical real-world locations.  I thought this would be a somewhat simple en devour, but little did I know what the universe had in store for me.
My first step was seeing how to map ip addresses to a location. [...]]]></description>
			<content:encoded><![CDATA[<p>So recently a friend asked me if I could map a list of ip addresses to physical real-world locations.  I thought this would be a somewhat simple en devour, but little did I know what the universe had in store for me.</p>
<p>My first step was seeing how to map ip addresses to a location.  This was the easiest part using <a href="http://www.host.info">Host.info</a>.  This site provides an easy to use api and fairly accurate results.  It&#8217;s always nice having open source solutions for problems like this.</p>
<p>The next step was taking these locations and putting them on a map.  This is where Google and its almost infinite tools come into play.  I have used their search api before, which really sucks since they moved to the AJAX model, and I mistakenly thought the examples would give me everything I need.  The basic setup is the same but the data formats Google used in the examples (KML or XML) did not provide a basic structure that Google maps api would render correctly.  Looking around their api and searching the internet didn&#8217;t get me anywhere either.</p>
<p>At one point, I found someone who developed their own solution by using Google&#8217;s XML Javascript object.  This made it really easy to get any information I need and allowed me to use any accepted XML standard, applying a location/marker tag and displaying the result and any contextual information.  I&#8217;m glad Google provides this functionality but they could do a little better in providing a standard for their data formats.  That, or I am a total dunce and totally missed that information.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmunezero.com/2008/03/03/google-maps-why-are-you-so-difficult/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
