<?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; KML</title>
	<atom:link href="http://www.funnelweb.net/index.php/tag/kml/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>One week to launch</title>
		<link>http://www.funnelweb.net/index.php/2008/04/20/one-week-to-launch/</link>
		<comments>http://www.funnelweb.net/index.php/2008/04/20/one-week-to-launch/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 14:13:10 +0000</pubDate>
		<dc:creator>sg</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[London site rebuild]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[polylines]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://www.funnelweb.net/?p=15</guid>
		<description><![CDATA[After two months, the site is now almost ready to go live. This weekend I&#8217;ve been applying the finishing touches to it. All the content is now done apart from one page which I need to give a bit of thought to &#8211; the sitemap for visitors (not to be confused with the xml &#8220;sitemap&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>After two months, the site is now almost ready to go live. This weekend I&#8217;ve been applying the finishing touches to it.</p>
<p>All the content is now done apart from one page which I need to give a bit of thought to &#8211; the sitemap for visitors (not to be confused with the xml &#8220;sitemap&#8221; file that I will need to generate after the site goes live and upload to google to help them find my pages for indexing).</p>
<p>And I&#8217;ve managed to crack the problem of the map polylines not showing in IE7. Seems they don&#8217;t like KML format colour codes &#8211; no idea what they use but through a lot of trial and error I&#8217;ve found some 8 digit codes which work. Thankfully.</p>
<p>Other prep stuff I&#8217;ve done this weekend includes checking all internal and external site links and fixing quite a few, adjusting some of the sidebar content to make the site flow a bit better, fine tuning of section widths and changing a few images.</p>
<p>I&#8217;ve looked at the google analytics for the site and it seems it gets the least site traffic on Saturdays, so next Saturday will be the day I finally put it live.</p>
<p>Should be fun &#8211; and then I can get into doing something else for a change, like reading books on agile project management!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnelweb.net/index.php/2008/04/20/one-week-to-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

