<?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: Dashed polylines on Google Maps</title>
	<atom:link href="http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/</link>
	<description>Blogging about random stuff</description>
	<lastBuildDate>Thu, 08 Sep 2011 17:29:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-360</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 30 Aug 2011 06:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-360</guid>
		<description>Hi Martin:
    Your code is far short than BDCC polyline!
    But the dashed polyline show as solid line when the map is loading, and Often this case appears when the map is zooming in/out.
    I use your code in the simplest js .
    Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi Martin:<br />
    Your code is far short than BDCC polyline!<br />
    But the dashed polyline show as solid line when the map is loading, and Often this case appears when the map is zooming in/out.<br />
    I use your code in the simplest js .<br />
    Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-359</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 30 Aug 2011 03:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-359</guid>
		<description>I meet the same problem.
dashed line show as solid line.
But after dragging the  map,dashed line show correct.</description>
		<content:encoded><![CDATA[<p>I meet the same problem.<br />
dashed line show as solid line.<br />
But after dragging the  map,dashed line show correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-232</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-232</guid>
		<description>&gt; It can draw no more than 2 dashed or dotted polylines in the Internet Explorer:

Even if they are fully visible on a map:
&lt;a href=&quot;http://darekk.com/mapy/index_zoom_11_3.html&quot; rel=&quot;nofollow&quot;&gt;http://darekk.com/mapy/index_zoom_11_3.html&lt;/a&gt;

But the original Chadwick&#039;s BDCCPolyline moves styles from invisible polylines to visible ones:
&lt;a href=&quot;http://darekk.com/mapy/index_zoom_16.html&quot; rel=&quot;nofollow&quot;&gt;http://darekk.com/mapy/index_zoom_16.html&lt;/a&gt;
The green dotted polyline changes to a red solid one when the map is zoomed out. First style belongs to another, invisible polyline.</description>
		<content:encoded><![CDATA[<p>&gt; It can draw no more than 2 dashed or dotted polylines in the Internet Explorer:</p>
<p>Even if they are fully visible on a map:<br />
<a href="http://darekk.com/mapy/index_zoom_11_3.html" rel="nofollow">http://darekk.com/mapy/index_zoom_11_3.html</a></p>
<p>But the original Chadwick's BDCCPolyline moves styles from invisible polylines to visible ones:<br />
<a href="http://darekk.com/mapy/index_zoom_16.html" rel="nofollow">http://darekk.com/mapy/index_zoom_16.html</a><br />
The green dotted polyline changes to a red solid one when the map is zoomed out. First style belongs to another, invisible polyline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-231</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-231</guid>
		<description>Sometimes it is possible to convert solid polylines to dashed and dotted ones by moving a map, but not in this case.</description>
		<content:encoded><![CDATA[<p>Sometimes it is possible to convert solid polylines to dashed and dotted ones by moving a map, but not in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-230</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-230</guid>
		<description>It can draw no more than 2 dashed or dotted polylines in the Internet Explorer:
&lt;a href=&quot;http://darekk.com/mapy/index_zoom_11_2.html&quot; rel=&quot;nofollow&quot;&gt;http://darekk.com/mapy/index_zoom_11_2.html&lt;/a&gt; ...

And the prototype.js file inhibits somehow displaying of markers and generates an error (&#039;posn&#039; is null or not an object - IE; place.posn undefined - Firefox) in my script based on the &quot;Google Offices&quot; example of the &lt;a href=&quot;http://code.google.com/apis/maps/documentation/overlays.html#Marker_Manager&quot; rel=&quot;nofollow&quot;&gt;marker manager&lt;/a&gt;. However this can be worked around easily by replacing lines
for (var i in officeLayer) { 
and
for (var j in layer[&quot;places&quot;]) { 
by
for (var i = 0; i &lt; officeLayer.length; i++) {
and
for (var i = 0; i &lt; layer[&quot;places&quot;]; i++) {
respectively.

But the doctype declaration does not affect appearance of lines.</description>
		<content:encoded><![CDATA[<p>It can draw no more than 2 dashed or dotted polylines in the Internet Explorer:<br />
<a href="http://darekk.com/mapy/index_zoom_11_2.html" rel="nofollow">http://darekk.com/mapy/index_zoom_11_2.html</a> ...</p>
<p>And the prototype.js file inhibits somehow displaying of markers and generates an error ('posn' is null or not an object - IE; place.posn undefined - Firefox) in my script based on the "Google Offices" example of the <a href="http://code.google.com/apis/maps/documentation/overlays.html#Marker_Manager" rel="nofollow">marker manager</a>. However this can be worked around easily by replacing lines<br />
for (var i in officeLayer) {<br />
and<br />
for (var j in layer["places"]) {<br />
by<br />
for (var i = 0; i &lt; officeLayer.length; i++) {<br />
and<br />
for (var i = 0; i &lt; layer[&quot;places&quot;]; i++) {<br />
respectively.</p>
<p>But the doctype declaration does not affect appearance of lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-228</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-228</guid>
		<description>But don&#039;t forget this code:

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &lt;b&gt;xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot;&lt;/b&gt;&gt;

&lt;b&gt;&lt;STYLE&gt;
v\:* { behavior: url(#default#VML); display:inline-block}
&lt;/STYLE&gt;&lt;/b&gt;

and do NOT include doctype declaration:

&lt;!DOCTYPE html PUBLIC ...
(??)

if you want to see dotted and dashed polylines in the Internet Explorer.</description>
		<content:encoded><![CDATA[<p>But don't forget this code:</p>
<p>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&#038;quot" rel="nofollow">http://www.w3.org/1999/xhtml&#038;quot</a>; <b>xmlns:v="urn:schemas-microsoft-com:vml"</b>&gt;</p>
<p><b>&lt;STYLE&gt;<br />
v\:* { behavior: url(#default#VML); display:inline-block}<br />
&lt;/STYLE&gt;</b></p>
<p>and do NOT include doctype declaration:</p>
<p>&lt;!DOCTYPE html PUBLIC ...<br />
(??)</p>
<p>if you want to see dotted and dashed polylines in the Internet Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://milesich.com/2009/03/22/dashed-polylines-on-google-maps/#comment-69</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://milesich.com/?p=68#comment-69</guid>
		<description>I&#039;ve got to tell you, this worked beautifully.

Thanks for putting this together!</description>
		<content:encoded><![CDATA[<p>I've got to tell you, this worked beautifully.</p>
<p>Thanks for putting this together!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

