<?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: Polylines in Google Maps [Part 2]</title>
	<atom:link href="http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: primoz</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-214</link>
		<dc:creator>primoz</dc:creator>
		<pubDate>Sat, 26 Mar 2011 22:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-214</guid>
		<description>sorry just debugger was showing null instead of full string.
niceday</description>
		<content:encoded><![CDATA[<p>sorry just debugger was showing null instead of full string.<br />
niceday</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: primoz</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-213</link>
		<dc:creator>primoz</dc:creator>
		<pubDate>Sat, 26 Mar 2011 16:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-213</guid>
		<description>Hi, 
I am trying to use this class, but if i insert more then 100 points in does not return return anything. Less then that it works fine... 100 is approximate number...
i would want to insert more then 2000points... 
i have checked the data and it looks fine...
do you know what could be the reason?
nice day
Primoz</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to use this class, but if i insert more then 100 points in does not return return anything. Less then that it works fine&#8230; 100 is approximate number&#8230;<br />
i would want to insert more then 2000points&#8230;<br />
i have checked the data and it looks fine&#8230;<br />
do you know what could be the reason?<br />
nice day<br />
Primoz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enobe.de</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-212</link>
		<dc:creator>enobe.de</dc:creator>
		<pubDate>Wed, 15 Sep 2010 22:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-212</guid>
		<description>I tried different tools – this is still working, THX.
I&#039;m going to implement this class into an extension for CMS TYPO3, using rggooglemaps.
nice work.</description>
		<content:encoded><![CDATA[<p>I tried different tools – this is still working, THX.<br />
I&#8217;m going to implement this class into an extension for CMS TYPO3, using rggooglemaps.<br />
nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dianbo</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-211</link>
		<dc:creator>dianbo</dc:creator>
		<pubDate>Tue, 23 Mar 2010 09:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-211</guid>
		<description>Hi, there are 1000 lines in my application (a topology graph) rather than one line with thousands of points. Any suggestions? 

Thanks,

Dianbo</description>
		<content:encoded><![CDATA[<p>Hi, there are 1000 lines in my application (a topology graph) rather than one line with thousands of points. Any suggestions? </p>
<p>Thanks,</p>
<p>Dianbo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-210</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Tue, 29 Dec 2009 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-210</guid>
		<description>&lt;strong&gt;&lt;em&gt;Keogh:&lt;/em&gt;&lt;/strong&gt; Performance wise that would be the best solutions. The drawbacks I can see is that it&#039;s a bit more work to update the information in the database and also if you in the future want to use the data for some other purpose in a context which does not support encoded polylines.</description>
		<content:encoded><![CDATA[<p><strong><em>Keogh:</em></strong> Performance wise that would be the best solutions. The drawbacks I can see is that it&#8217;s a bit more work to update the information in the database and also if you in the future want to use the data for some other purpose in a context which does not support encoded polylines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keogh</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-209</link>
		<dc:creator>keogh</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-209</guid>
		<description>Hi, great articles both part I and II, I wonder if it is recommended or a good approach if I encoded the points in the server and save the encoded points into a database record, say MySQL, could this cause problems in the future? which ones?

Thanks a lot!

Regards from Mexico</description>
		<content:encoded><![CDATA[<p>Hi, great articles both part I and II, I wonder if it is recommended or a good approach if I encoded the points in the server and save the encoded points into a database record, say MySQL, could this cause problems in the future? which ones?</p>
<p>Thanks a lot!</p>
<p>Regards from Mexico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Griffiths</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-208</link>
		<dc:creator>Michael Griffiths</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-208</guid>
		<description>Hey there Gabriel,

I&#039;m working with encoded polygons both using your PHP port and the original Javascript version of the dpEncode utilities.

Everything works great, however am having issues using my complex polygons within Google Static Maps. I may be SOL (Sh*t out of Luck), but no hurt in seeking some advice.

&lt;a href=&quot;http://code.google.com/apis/maps/documentation/staticmaps/#Paths&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/apis/maps/documentation/staticmaps/#Paths&lt;/a&gt;

Basically when using a simple encoded polygon things work fine. However when using a complex encoded polyline (72 points used to plot a radius circle) I get nothing but problems.

Pretty sure that the underlyiing issue is that the Google Static Map API does not allow me to supply the encoded &#039;zoomLevels&#039; like the JS API does (using GPolyline.fromEncoded).

&lt;a href=&quot;http://maps.google.com/maps/api/staticmap?center=30.4180166,-98.08405515&amp;path=color:0x0000FF80&#124;weight:5&#124;30.500317115484354,-98.10859680175781&#124;30.309625326432403,-98.11683654785156&#124;30.24558327131408,-97.87788391113281&#124;30.611480265719013,-97.85179138183594&#124;30.36888624018843,-97.96989440917969&#124;30.500317115484354,-98.10859680175781&amp;sensor=false&amp;size=150x175&amp;key=ABQIAAAAprPE6TT0bMAmU_CXQBwYVxQNz_OWRb3C3bpps-P17pXyfXsB7hSDbXv8U7ZD2eVhsyYji3PpsNc8QQ&quot; rel=&quot;nofollow&quot;&gt;This Works
&lt;/a&gt;

While...

&lt;a href=&quot;http://maps.google.com/maps/api/staticmap?center=30.4180166,-98.08405515&amp;path=color:0x0000FF80&#124;weight:5&#124;y&#124;%60zDjvfuQh@wa@zBqa@nE_a@~Gg%60@nJe_@zL{]%60OkhQuZfSsX%60UqVxVeThXuQpYaOtZiLr[mIfqFvoC&#124;o@&#124;n@vpCfpFp[nItZjLpY%60OhXvQvVdTbUnVdStXfQrZbOjxLz]nJb_@~Gd%60@nE~%60@zBna@h@va@i@xa@{Bna@oE~%60@_Hd%60@oJb_@yLz]cOjgQrZeStXcUnVwVdTiXvQqY%60OuZjLq[nIgnFwpC}p@}o@woCgqFs[mIuZiLqYaOiXuQyVeTaUqVgSsXiQuZaOk{L{]oJe_@_Hg%60@oE_a@{Bqa@i@ya@&amp;sensor=false&amp;size=150x175&amp;key=ABQIAAAAprPE6TT0bMAmU_CXQBwYVxQNz_OWRb3C3bpps-P17pXyfXsB7hSDbXv8U7ZD2eVhsyYji3PpsNc8QQ&quot; rel=&quot;nofollow&quot;&gt;This does not&lt;/a&gt;

I&#039;ve also tried passing the points to the static maps but of course the request URI is too long.

Encoded Polyline:

&lt;code&gt;iuzxDrqatQfCipBxKmoBdTwmBlekBnd@wgBfl@qcBrs@q~Apz@{xAdaAorAdgAokAtlA{cApqAw{@xuAes@jyAej@h&#124;A{`@n~AiW~_BqMt`BwCt`BbD&#124;_B~Ml~AtWf&#124;Afa@fyAlj@tuAls@jqA&#124;{@nlA&#124;cA~fApkA~`AlrAlz@xxAns@j~A`l@hcBjd@ngBhxjBbTjmBvK`oBfCzoBgC&#124;oBwK`oBcTjmBixjBkd@ngBal@hcBos@j~Amz@xxA_aAlrA_gAnkAolA~cAkqA&#124;{@uuAjs@gyAnj@g&#124;Afa@m~AtW}_B&#124;Mu`BdDu`BwC_`BqMo~AiWi&#124;A}`@kyAcj@yuAes@qqAw{@ulA{cAegAokAeaAorAqz@{xAss@q~Agl@qcBod@ygBmckBeTwmByKmoBgCkpB&lt;/code&gt;

Encoded Levels:

&lt;code&gt;PCECGCFDCICECGCFDCKCECGCFDCICECGCEDCLCDECGCECICDFCGCECKCDFCGCECICDFCGCECP&lt;/code&gt;

Something tells me I&#039;m trying to do way too much with the Static Maps.</description>
		<content:encoded><![CDATA[<p>Hey there Gabriel,</p>
<p>I&#8217;m working with encoded polygons both using your PHP port and the original Javascript version of the dpEncode utilities.</p>
<p>Everything works great, however am having issues using my complex polygons within Google Static Maps. I may be SOL (Sh*t out of Luck), but no hurt in seeking some advice.</p>
<p><a href="http://code.google.com/apis/maps/documentation/staticmaps/#Paths" rel="nofollow">http://code.google.com/apis/maps/documentation/staticmaps/#Paths</a></p>
<p>Basically when using a simple encoded polygon things work fine. However when using a complex encoded polyline (72 points used to plot a radius circle) I get nothing but problems.</p>
<p>Pretty sure that the underlyiing issue is that the Google Static Map API does not allow me to supply the encoded &#8216;zoomLevels&#8217; like the JS API does (using GPolyline.fromEncoded).</p>
<p><a href="http://maps.google.com/maps/api/staticmap?center=30.4180166,-98.08405515&amp;path=color:0x0000FF80|weight:5|30.500317115484354,-98.10859680175781|30.309625326432403,-98.11683654785156|30.24558327131408,-97.87788391113281|30.611480265719013,-97.85179138183594|30.36888624018843,-97.96989440917969|30.500317115484354,-98.10859680175781&amp;sensor=false&amp;size=150x175&amp;key=ABQIAAAAprPE6TT0bMAmU_CXQBwYVxQNz_OWRb3C3bpps-P17pXyfXsB7hSDbXv8U7ZD2eVhsyYji3PpsNc8QQ" rel="nofollow">This Works<br />
</a></p>
<p>While&#8230;</p>
<p><a href="http://maps.google.com/maps/api/staticmap?center=30.4180166,-98.08405515&amp;path=color:0x0000FF80|weight:5|y|%60zDjvfuQh@wa@zBqa@nE_a@~Gg%60@nJe_@zL{]%60OkhQuZfSsX%60UqVxVeThXuQpYaOtZiLr[mIfqFvoC|o@|n@vpCfpFp[nItZjLpY%60OhXvQvVdTbUnVdStXfQrZbOjxLz]nJb_@~Gd%60@nE~%60@zBna@h@va@i@xa@{Bna@oE~%60@_Hd%60@oJb_@yLz]cOjgQrZeStXcUnVwVdTiXvQqY%60OuZjLq[nIgnFwpC}p@}o@woCgqFs[mIuZiLqYaOiXuQyVeTaUqVgSsXiQuZaOk{L{]oJe_@_Hg%60@oE_a@{Bqa@i@ya@&amp;sensor=false&amp;size=150x175&amp;key=ABQIAAAAprPE6TT0bMAmU_CXQBwYVxQNz_OWRb3C3bpps-P17pXyfXsB7hSDbXv8U7ZD2eVhsyYji3PpsNc8QQ" rel="nofollow">This does not</a></p>
<p>I&#8217;ve also tried passing the points to the static maps but of course the request URI is too long.</p>
<p>Encoded Polyline:</p>
<p><code>iuzxDrqatQfCipBxKmoBdTwmBlekBnd@wgBfl@qcBrs@q~Apz@{xAdaAorAdgAokAtlA{cApqAw{@xuAes@jyAej@h|A{`@n~AiW~_BqMt`BwCt`BbD|_B~Ml~AtWf|Afa@fyAlj@tuAls@jqA|{@nlA|cA~fApkA~`AlrAlz@xxAns@j~A`l@hcBjd@ngBhxjBbTjmBvK`oBfCzoBgC|oBwK`oBcTjmBixjBkd@ngBal@hcBos@j~Amz@xxA_aAlrA_gAnkAolA~cAkqA|{@uuAjs@gyAnj@g|Afa@m~AtW}_B|Mu`BdDu`BwC_`BqMo~AiWi|A}`@kyAcj@yuAes@qqAw{@ulA{cAegAokAeaAorAqz@{xAss@q~Agl@qcBod@ygBmckBeTwmByKmoBgCkpB</code></p>
<p>Encoded Levels:</p>
<p><code>PCECGCFDCICECGCFDCKCECGCFDCICECGCEDCLCDECGCECICDFCGCECKCDFCGCECICDFCGCECP</code></p>
<p>Something tells me I&#8217;m trying to do way too much with the Static Maps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-207</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Tue, 17 Nov 2009 22:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-207</guid>
		<description>&lt;strong&gt;&lt;em&gt;Benco:&lt;/em&gt;&lt;/strong&gt; The greatest benefit doesn&#039;t come from that the file size gets smaller, I&#039;m sure that using zip compression would probably be just as effective. The main benefit comes from not doing the encoding with JavaScript. Because processing it with JavaScript is really slow compared to processing it on the server. Especially in some browsers (read IE).

I haven&#039;t really done any optimizing on this site, so there&#039;s a lot of things I could do. If only I can find the time... :-)</description>
		<content:encoded><![CDATA[<p><strong><em>Benco:</em></strong> The greatest benefit doesn&#8217;t come from that the file size gets smaller, I&#8217;m sure that using zip compression would probably be just as effective. The main benefit comes from not doing the encoding with JavaScript. Because processing it with JavaScript is really slow compared to processing it on the server. Especially in some browsers (read IE).</p>
<p>I haven&#8217;t really done any optimizing on this site, so there&#8217;s a lot of things I could do. If only I can find the time&#8230; <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benco</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-206</link>
		<dc:creator>Benco</dc:creator>
		<pubDate>Tue, 17 Nov 2009 01:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-206</guid>
		<description>Interesting article, and nicely written. About load times, I am not so sure if polyline encoding really improves performance if you already have zip compression enabled on your server (for example using zlib.output_compression in .htaccess). 

By the way, on your server there are a few things to be optimized, according to YSlow...</description>
		<content:encoded><![CDATA[<p>Interesting article, and nicely written. About load times, I am not so sure if polyline encoding really improves performance if you already have zip compression enabled on your server (for example using zlib.output_compression in .htaccess). </p>
<p>By the way, on your server there are a few things to be optimized, according to YSlow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wt</title>
		<link>http://www.svennerberg.com/2008/11/polylines-in-google-maps-part-2/#comment-205</link>
		<dc:creator>wt</dc:creator>
		<pubDate>Mon, 26 Oct 2009 03:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=687#comment-205</guid>
		<description>Give me your &#039;road.php&#039; file. Thks!</description>
		<content:encoded><![CDATA[<p>Give me your &#8216;road.php&#8217; file. Thks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

