<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Shapefile Tiles with PHP and GD</title>
	<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/</link>
	<description>with PHP or Rails and AJAX: From Novice to Professional</description>
	<pubDate>Sat, 31 Jul 2010 16:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Basit</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-122141</link>
		<dc:creator>Basit</dc:creator>
		<pubDate>Sun, 07 Mar 2010 05:24:36 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-122141</guid>
		<description>i want to put different points in tiles and overlay them, like google does it. have you done this yet? if yes, can you paste link please.. or can you guide me on how can i do that. check this post i made on http://stackoverflow.com/questions/2395188/creating-data-layers-like-google-map</description>
		<content:encoded><![CDATA[<p>i want to put different points in tiles and overlay them, like google does it. have you done this yet? if yes, can you paste link please.. or can you guide me on how can i do that. check this post i made on <a href="http://stackoverflow.com/questions/2395188/creating-data-layers-like-google-map" rel="nofollow">http://stackoverflow.com/questions/2395188/creating-data-layers-like-google-map</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold Billington</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-120887</link>
		<dc:creator>Harold Billington</dc:creator>
		<pubDate>Tue, 26 Jan 2010 07:43:06 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-120887</guid>
		<description>Great info I love many of the articles which were written, and especially the comments posted! I am going to definately be visiting again!</description>
		<content:encoded><![CDATA[<p>Great info I love many of the articles which were written, and especially the comments posted! I am going to definately be visiting again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.Romero</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-76164</link>
		<dc:creator>P.Romero</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:45:50 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-76164</guid>
		<description>in what directory does the .htaccess file go?
I have a directory structure like this
http://host.com/map/tiles/{tile type}/*.png
where {tile type} can be one of multiple directories named based on the tile type.

ideally, Id like to place the .htaccess file in the map directory, and set the rule something like this:

^tiles/(dir1 &#124; dir2 &#124; dir3)/x-y-z.png drawtile.php

I want to have drawtile.php located in the map directory, and be able to pass it the tile tpe (name of dir1,dir2, dir3..dirN) as in your example...

However, I cant get the .htaccess rule to redirect from the upper-level directory.
I've only managed to get it to work by placing the .htaccess rule at the same level as the .png tiles, within the /tiles/{tile_type}/ directory, but then I lose the ability to distinguish from which directory the .png is being requested (since the .htaccess isnt aware of what directory its located in, it only is aware of the file name, x-y-z.png, and not tiles/(dirName)/x-y-z.png)...

any advice on how to get this to work? please help...</description>
		<content:encoded><![CDATA[<p>in what directory does the .htaccess file go?<br />
I have a directory structure like this<br />
<a href="http://host.com/map/tiles/" rel="nofollow">http://host.com/map/tiles/</a>{tile type}/*.png<br />
where {tile type} can be one of multiple directories named based on the tile type.</p>
<p>ideally, Id like to place the .htaccess file in the map directory, and set the rule something like this:</p>
<p>^tiles/(dir1 | dir2 | dir3)/x-y-z.png drawtile.php</p>
<p>I want to have drawtile.php located in the map directory, and be able to pass it the tile tpe (name of dir1,dir2, dir3..dirN) as in your example&#8230;</p>
<p>However, I cant get the .htaccess rule to redirect from the upper-level directory.<br />
I&#8217;ve only managed to get it to work by placing the .htaccess rule at the same level as the .png tiles, within the /tiles/{tile_type}/ directory, but then I lose the ability to distinguish from which directory the .png is being requested (since the .htaccess isnt aware of what directory its located in, it only is aware of the file name, x-y-z.png, and not tiles/(dirName)/x-y-z.png)&#8230;</p>
<p>any advice on how to get this to work? please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GPolygon is here at Beginning Google Maps Applications</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-3085</link>
		<dc:creator>GPolygon is here at Beginning Google Maps Applications</dc:creator>
		<pubDate>Wed, 17 Jan 2007 19:36:39 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-3085</guid>
		<description>[...] Needless to say this is a feature we&#8217;ve been expecting for a while. A transparent, filled, polygon is something that many people have been trying to do for a while now, none of which were more than polyline or overlay hacks. The nearest we came was the state overlay demo that Mike explained in September. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Needless to say this is a feature we&#8217;ve been expecting for a while. A transparent, filled, polygon is something that many people have been trying to do for a while now, none of which were more than polyline or overlay hacks. The nearest we came was the state overlay demo that Mike explained in September. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EpiSPIDER &#187; Google Maps Polygons</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-297</link>
		<dc:creator>EpiSPIDER &#187; Google Maps Polygons</dc:creator>
		<pubDate>Thu, 07 Dec 2006 02:28:44 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-297</guid>
		<description>[...] Posted by herman.tolentino on 29 Nov 2006 at 11:54 pm &#124; Tagged as: polygons, scalable vector graphics, flash  Found this great article about creating polygons using SVG and yet another one using Flash! And another one for importing shapefiles from National Atlas with PHP source code to import GPX into a MySQL database and its application. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Posted by herman.tolentino on 29 Nov 2006 at 11:54 pm | Tagged as: polygons, scalable vector graphics, flash  Found this great article about creating polygons using SVG and yet another one using Flash! And another one for importing shapefiles from National Atlas with PHP source code to import GPX into a MySQL database and its application. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use Google Maps Tiles with the API at Beginning Google Maps Applications</title>
		<link>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-58</link>
		<dc:creator>Use Google Maps Tiles with the API at Beginning Google Maps Applications</dc:creator>
		<pubDate>Thu, 21 Sep 2006 19:25:41 +0000</pubDate>
		<guid>http://www.googlemapsbook.com/2006/09/09/shapefile-tiles/#comment-58</guid>
		<description>[...] The Tileset. This is almost identical to what I&#8217;ve showed previously in the demo of rendering shapefiles, except this time, I&#8217;ve pointed the target URL back at Google&#8217;s server, and I&#8217;ve observed their convention of rotating the mt# server value: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The Tileset. This is almost identical to what I&#8217;ve showed previously in the demo of rendering shapefiles, except this time, I&#8217;ve pointed the target URL back at Google&#8217;s server, and I&#8217;ve observed their convention of rotating the mt# server value: [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
