<?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"
	>
<channel>
	<title>Comments on: Using TileCache with Google Maps, Virtual Earth</title>
	<atom:link href="http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/feed/" rel="self" type="application/rss+xml" />
	<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/</link>
	<description>Ramblings of a GIS Hacker</description>
	<pubDate>Mon, 08 Sep 2008 10:41:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: mike</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19776</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 28 May 2008 17:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19776</guid>
		<description>To partly answer my own question, I think the author might have gotten the magic numbers from this article:

http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed</description>
		<content:encoded><![CDATA[<p>To partly answer my own question, I think the author might have gotten the magic numbers from this article:</p>
<p><a href="http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed" rel="nofollow">http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19768</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 22 May 2008 20:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19768</guid>
		<description>This is great.  Could you add some explanation of how you came up with the values of the configuration items bbox and maxResolution?</description>
		<content:encoded><![CDATA[<p>This is great.  Could you add some explanation of how you came up with the values of the configuration items bbox and maxResolution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Guidi</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19749</link>
		<dc:creator>Diego Guidi</dc:creator>
		<pubDate>Tue, 20 May 2008 07:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19749</guid>
		<description>I've found some docs:
http://tilecache.org/docs/SuperOverlays.html
http://svn.tilecache.org/trunk/tilecache/docs/SuperOverlays.txt</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found some docs:<br />
<a href="http://tilecache.org/docs/SuperOverlays.html" rel="nofollow">http://tilecache.org/docs/SuperOverlays.html</a><br />
<a href="http://svn.tilecache.org/trunk/tilecache/docs/SuperOverlays.txt" rel="nofollow">http://svn.tilecache.org/trunk/tilecache/docs/SuperOverlays.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn van Exel</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19727</link>
		<dc:creator>Martijn van Exel</dc:creator>
		<pubDate>Tue, 13 May 2008 10:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19727</guid>
		<description>Cr, two comments: 
* The VETileSourceSpecification constructor (at least in v6.1 of the VE control) won't take null for TileSource. An empty string will do though.
* 3D mode in VE does not support custom tile naming schemas. I'll look into setting up tilecache to do standard VE tile naming. That way this can be used in VE 3D mode as well.</description>
		<content:encoded><![CDATA[<p>Cr, two comments:<br />
* The VETileSourceSpecification constructor (at least in v6.1 of the VE control) won&#8217;t take null for TileSource. An empty string will do though.<br />
* 3D mode in VE does not support custom tile naming schemas. I&#8217;ll look into setting up tilecache to do standard VE tile naming. That way this can be used in VE 3D mode as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Guidi</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19704</link>
		<dc:creator>Diego Guidi</dc:creator>
		<pubDate>Sat, 03 May 2008 15:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19704</guid>
		<description>Some documentation available on how to generayte kml superoverlays?
Or maybe i need to look into the source code?</description>
		<content:encoded><![CDATA[<p>Some documentation available on how to generayte kml superoverlays?<br />
Or maybe i need to look into the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Guidi</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19683</link>
		<dc:creator>Diego Guidi</dc:creator>
		<pubDate>Tue, 29 Apr 2008 06:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19683</guid>
		<description>Thanks a lot for the information :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the information <img src='http://crschmidt.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crschmidt</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19682</link>
		<dc:creator>crschmidt</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19682</guid>
		<description>Diego:

TileCache 2.x has KML SuperOverlay support for layers in EPSG:4326. See http://openaerialmap.org/static/oam.kml for how to set it up.</description>
		<content:encoded><![CDATA[<p>Diego:</p>
<p>TileCache 2.x has KML SuperOverlay support for layers in EPSG:4326. See <a href="http://openaerialmap.org/static/oam.kml" rel="nofollow">http://openaerialmap.org/static/oam.kml</a> for how to set it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Guidi</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19681</link>
		<dc:creator>Diego Guidi</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19681</guid>
		<description>Absolutely awesome!
It's planned a support for Google Earth's KML SuperOverlays with TileCache?
Gdal2Tiles support this behavior, but don't support KML generation from WMS...</description>
		<content:encoded><![CDATA[<p>Absolutely awesome!<br />
It&#8217;s planned a support for Google Earth&#8217;s KML SuperOverlays with TileCache?<br />
Gdal2Tiles support this behavior, but don&#8217;t support KML generation from WMS&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crschmidt</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19652</link>
		<dc:creator>crschmidt</dc:creator>
		<pubDate>Sat, 19 Apr 2008 12:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19652</guid>
		<description>Rupert:

That is absolutely possible... and has been for quite a while already. http://openlayers.org/dev/examples/spherical-mercator.html does exactly that with no problems that I'm aware of.</description>
		<content:encoded><![CDATA[<p>Rupert:</p>
<p>That is absolutely possible&#8230; and has been for quite a while already. <a href="http://openlayers.org/dev/examples/spherical-mercator.html" rel="nofollow">http://openlayers.org/dev/examples/spherical-mercator.html</a> does exactly that with no problems that I&#8217;m aware of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupert de Guzman</title>
		<link>http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/#comment-19650</link>
		<dc:creator>Rupert de Guzman</dc:creator>
		<pubDate>Sat, 19 Apr 2008 03:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/311/using-tilecache-with-google-maps/#comment-19650</guid>
		<description>Really interesting post... Not directly related to this post since its TC on top of GoogleMap/VE API.. 

But I wonder if it is now possible to do it with OpenLayers API (Google as BaseLayer) + Custom TileCache 900913 Road Overlay? 

I've tried using speherical mercator on OpenLayers (Google as BaseLayer) + WMS 900913 Road Layer without any problems. Hoping TC to make significant performance improvements instead of using WMS as stated above. 

Again thank you for making invaluable contributions to the internet GIS industry...</description>
		<content:encoded><![CDATA[<p>Really interesting post&#8230; Not directly related to this post since its TC on top of GoogleMap/VE API.. </p>
<p>But I wonder if it is now possible to do it with OpenLayers API (Google as BaseLayer) + Custom TileCache 900913 Road Overlay? </p>
<p>I&#8217;ve tried using speherical mercator on OpenLayers (Google as BaseLayer) + WMS 900913 Road Layer without any problems. Hoping TC to make significant performance improvements instead of using WMS as stated above. </p>
<p>Again thank you for making invaluable contributions to the internet GIS industry&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
