<?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>Funnelweb &#187; google maps</title>
	<atom:link href="http://www.funnelweb.net/index.php/tag/google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.funnelweb.net</link>
	<description>Simple websites for busy people</description>
	<lastBuildDate>Sun, 20 Jun 2010 08:07:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Google maps and KML</title>
		<link>http://www.funnelweb.net/index.php/2008/03/09/google-maps-and-kml/</link>
		<comments>http://www.funnelweb.net/index.php/2008/03/09/google-maps-and-kml/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 11:21:04 +0000</pubDate>
		<dc:creator>sg</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[London site rebuild]]></category>
		<category><![CDATA[google API]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.funnelweb.net/?p=10</guid>
		<description><![CDATA[As part of the re-build of londonforfree, I wanted to freshen up the google maps, particularly to replace the pink pin icons with actual images of the different locations on each map and make the maps more interactive. This led me to discover KML (a file format and schema based on XML) &#8211; though initially [...]]]></description>
			<content:encoded><![CDATA[<p>As part of the re-build of londonforfree, I wanted to freshen up the google maps, particularly to replace the pink pin icons with actual images of the different locations on each map and make the maps more interactive.</p>
<p>This led me to discover <a title="Google KML tutorial" href="http://code.google.com/apis/kml/" target="_blank">KML</a> (a file format and schema based on XML) &#8211; though initially developed for use with Google Earth, it is now able to be used with google maps.</p>
<p>And by recreating my maps using KML and various tools (see below) I now have <a title="Bus tour using KML and tools" href="http://data.mapchannels.com/embed/londonforfreebustour.htm" target="_blank">this</a> instead of <a title="Bus tour using XML and Google APIs" href="http://www.londonforfree.net/maps/busmap.shtml" target="_blank">this</a>.</p>
<p>Previously, I needed to struggle with javascript and the Google Maps API to feed data from XML files.</p>
<p><span style="color: #800000;"><strong> Now it&#8217;s as simple as this</strong>:</span></p>
<p>1 &#8211; create your KML file in the format, and using the elements, described by <a title="KML in google maps" href="http://code.google.com/apis/kml/documentation/mapsSupport.html" target="_blank">Google</a></p>
<p>2 &#8211; upload your KML file to some server space</p>
<p>3 &#8211; if you use your own icons, upload them (as 32 x 32 size thumbnails) too</p>
<p>4 &#8211; go to <a title="Map Channels" href="http://www.mapchannels.com/Home.aspx" target="_blank">Map Channels</a> and create a free account</p>
<p>5 &#8211; generate your map by creating a map channel and inserting the url to your KML file</p>
<p>6 &#8211; Map Channels will then give you some code to paste into your web page in order to embed into it a google map based on the data in your KML file</p>
<p>Very easy!</p>
<p><strong><span style="color: #800000;">And here are some tools to improve the quality of your maps</span></strong>:</p>
<p>* <a title="KML Tool" href="http://mapmash.googlepages.com/kmlpoint.html" target="_blank">KML Tool</a>: a tool for finding the KML Point co-ordinates and KML polyline co-ordinates of any given location</p>
<p>* <a title="KML code validator" href="http://feedvalidator.org/" target="_blank">Feed Validator</a>: for validating your publicly hosted KML code</p>
<p>* <a title="KML Colour Converter" href="http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Others/KML-Color-converter.shtml" target="_blank">KML Colour Converter</a>: A downloadable tool for converting a html colour code (in format &#8220;#9E7658&#8243;) into a KML colour code (in format &#8220;7d58769e&#8221;)</p>
<p>Google does it again &#8211; nice and simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnelweb.net/index.php/2008/03/09/google-maps-and-kml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

