<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google Maps now with KML Support</title>
	<atom:link href="http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/</link>
	<description>new media strategies and other marketing gems</description>
	<lastBuildDate>Mon, 06 Jul 2009 17:14:21 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Displaying a Trail in a Google Map with KML &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-93921</link>
		<dc:creator>Displaying a Trail in a Google Map with KML &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Wed, 19 Mar 2008 00:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-93921</guid>
		<description>[...] Last year I assisted the Indianapolis Cultural Trail by mapping out the incredible cultural bike and walkways that are being constructed in Indianapolis using Google Earth. Part 1 was how to utilize Google Earth to plot your trails and export them to a KML file. [...]</description>
		<content:encoded><![CDATA[<p>[...] Last year I assisted the Indianapolis Cultural Trail by mapping out the incredible cultural bike and walkways that are being constructed in Indianapolis using Google Earth. Part 1 was how to utilize Google Earth to plot your trails and export them to a KML file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add Your Site Location to your Sitemap with a KML File &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-60092</link>
		<dc:creator>Add Your Site Location to your Sitemap with a KML File &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Mon, 15 Oct 2007 13:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-60092</guid>
		<description>[...] site&#8217;s geographic location along with your other pages. This can be done best by supplying a KML file with your coordinates in an XML format - a format that&#8217;s easy to read by programming [...]</description>
		<content:encoded><![CDATA[<p>[...] site&#8217;s geographic location along with your other pages. This can be done best by supplying a KML file with your coordinates in an XML format &#8211; a format that&#8217;s easy to read by programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graydon</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-45236</link>
		<dc:creator>Graydon</dc:creator>
		<pubDate>Sat, 12 May 2007 06:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-45236</guid>
		<description>if for some reason you didn&#039;t see it, the new google mymaps thingy lets you build a map and export the kml file.

and since the google api let&#039;s you create a map on your site built from a hosted kml file... well it all becomes easier.</description>
		<content:encoded><![CDATA[<p>if for some reason you didn&#8217;t see it, the new google mymaps thingy lets you build a map and export the kml file.</p>
<p>and since the google api let&#8217;s you create a map on your site built from a hosted kml file&#8230; well it all becomes easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Build a Path with Google Earth &#124; On Marketing &#38; Technology</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-35722</link>
		<dc:creator>Build a Path with Google Earth &#124; On Marketing &#38; Technology</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-35722</guid>
		<description>[...] December, Google Maps added KML support to their API, so you can easily output your layers as a KML file and point to it with a Google [...]</description>
		<content:encoded><![CDATA[<p>[...] December, Google Maps added KML support to their API, so you can easily output your layers as a KML file and point to it with a Google [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aswin van Braam</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-34973</link>
		<dc:creator>Aswin van Braam</dc:creator>
		<pubDate>Fri, 09 Mar 2007 15:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-34973</guid>
		<description>I have found a way to get this working. 

I&#039;ve found an little freeware program (xt.exe) that works with a XSL file that can transform the not-working XML to a working KML file. 

In the XSL file (a stylesheet) provides the base of a working a xml. I can transform the lowercase tags with upper case tags. With a rename action on the working xml-file (xml to kml) you get a working kml file :)</description>
		<content:encoded><![CDATA[<p>I have found a way to get this working. </p>
<p>I&#8217;ve found an little freeware program (xt.exe) that works with a XSL file that can transform the not-working XML to a working KML file. </p>
<p>In the XSL file (a stylesheet) provides the base of a working a xml. I can transform the lowercase tags with upper case tags. With a rename action on the working xml-file (xml to kml) you get a working kml file <img src='http://marketingtechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-34029</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Fri, 02 Mar 2007 13:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-34029</guid>
		<description>Aswin,

I&#039;ve noticed this as well.  It&#039;s the same with the geotag.  I have no idea why they would actually impose uppercase letters in a standard.  I&#039;ve always thought it was safe for lowercase (rather than upper), but some of these services out there are really finicky.

Thanks!
Doug</description>
		<content:encoded><![CDATA[<p>Aswin,</p>
<p>I&#8217;ve noticed this as well.  It&#8217;s the same with the geotag.  I have no idea why they would actually impose uppercase letters in a standard.  I&#8217;ve always thought it was safe for lowercase (rather than upper), but some of these services out there are really finicky.</p>
<p>Thanks!<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aswin van Braam</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-33965</link>
		<dc:creator>Aswin van Braam</dc:creator>
		<pubDate>Fri, 02 Mar 2007 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-33965</guid>
		<description>This is really awesome!

Just wondering, why is the KML-file case sensitive. If you create the XML file with tags that have lower case starting letters. The XML/KML doesn&#039;t work. (that&#039;s what happend to me :D)</description>
		<content:encoded><![CDATA[<p>This is really awesome!</p>
<p>Just wondering, why is the KML-file case sensitive. If you create the XML file with tags that have lower case starting letters. The XML/KML doesn&#8217;t work. (that&#8217;s what happend to me <img src='http://marketingtechblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-16567</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Thu, 07 Dec 2006 20:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-16567</guid>
		<description>One note I forgot to mention is that the KML file can also be prepared or opened with Google Earth as well, a free GIS desktop application!  You can download the latest beta here:

http://earth.google.com/</description>
		<content:encoded><![CDATA[<p>One note I forgot to mention is that the KML file can also be prepared or opened with Google Earth as well, a free GIS desktop application!  You can download the latest beta here:</p>
<p><a href="http://earth.google.com/" rel="nofollow">http://earth.google.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-16559</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Thu, 07 Dec 2006 18:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-16559</guid>
		<description>That is SO cool! What will they think of next?</description>
		<content:encoded><![CDATA[<p>That is SO cool! What will they think of next?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/comment-page-1/#comment-16532</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Thu, 07 Dec 2006 15:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2006/12/07/google-maps-now-with-kml-support/#comment-16532</guid>
		<description>Hi Graydon,

Good point!  I&#039;ll update the post with instructions, open up the KML file that I have posted and you&#039;ll see the structure. The KML file is raw text.  There are also KMZ files out there.  Those are KML files that are zipped up for faster transfer (if you have a huge file).

Doug</description>
		<content:encoded><![CDATA[<p>Hi Graydon,</p>
<p>Good point!  I&#8217;ll update the post with instructions, open up the KML file that I have posted and you&#8217;ll see the structure. The KML file is raw text.  There are also KMZ files out there.  Those are KML files that are zipped up for faster transfer (if you have a huge file).</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
