<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Announcing MapTooltip</title>
	<atom:link href="http://www.svennerberg.com/2009/03/announcing-maptooltip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/</link>
	<description>A blog about web developement and usability.</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:17:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: pk</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-14257</link>
		<dc:creator>pk</dc:creator>
		<pubDate>Mon, 10 May 2010 22:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-14257</guid>
		<description>Thanks a lot.  This is a great tool.  I am able to use it.  I have one issue when using it with an map that does have the dragging capability (map.disableDragging()).  This tooltip code somehow overrides it.  Do you have any idea how to disable the pan icon to prevent the dragging from happening.  Thanks</description>
		<content:encoded><![CDATA[<p>Thanks a lot.  This is a great tool.  I am able to use it.  I have one issue when using it with an map that does have the dragging capability (map.disableDragging()).  This tooltip code somehow overrides it.  Do you have any idea how to disable the pan icon to prevent the dragging from happening.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: den</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-12772</link>
		<dc:creator>den</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-12772</guid>
		<description>Hi,
I am glad to find this tooltip.
But I have the same problem as No.5.
It works for simple polygon. but I count not work out with polygon array.
I am looking forword to hearing any advice.  
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am glad to find this tooltip.<br />
But I have the same problem as No.5.<br />
It works for simple polygon. but I count not work out with polygon array.<br />
I am looking forword to hearing any advice.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-9670</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-9670</guid>
		<description>&lt;strong&gt;&lt;em&gt;Tyler:&lt;/em&gt;&lt;/strong&gt; I&#039;m glad to hear that you find it useful. 

I suggest that we file a bug report to the Google Maps API. It would be sweet if they could fix that so that it works in newer versions of the API.</description>
		<content:encoded><![CDATA[<p><strong><em>Tyler:</em></strong> I&#8217;m glad to hear that you find it useful. </p>
<p>I suggest that we file a bug report to the Google Maps <acronym title="Application Programming Interface">API</acronym>. It would be sweet if they could fix that so that it works in newer versions of the <acronym title="Application Programming Interface">API</acronym>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-9656</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 08 Nov 2009 08:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-9656</guid>
		<description>Even with 50 polygons it still works like a charm - as long as we stick to v2.149</description>
		<content:encoded><![CDATA[<p>Even with 50 polygons it still works like a charm &#8211; as long as we stick to v2.149</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-9655</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 08 Nov 2009 08:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-9655</guid>
		<description>4. April 21st, 2009 at 7.29 you wrote:

&quot;Naturally I need to find a way around this issue so it’s possible to run the latest version 
of the API, but so far I haven’t come up with a solution.&quot;

It&#039;s actually not your script - it a appears to be bug in the latest API.

I already had this exact same problem when simply trying to use the following single line in the mouseover event: polygon.style.cursor = &quot;pointer&quot;;

I tried version 3 and the problem is still there.
So it looks for now, like we&#039;re stuck with 2.149.</description>
		<content:encoded><![CDATA[<p>4. April 21st, 2009 at 7.29 you wrote:</p>
<p>&#8220;Naturally I need to find a way around this issue so it’s possible to run the latest version<br />
of the <acronym title="Application Programming Interface">API</acronym>, but so far I haven’t come up with a solution.&#8221;</p>
<p>It&#8217;s actually not your script &#8211; it a appears to be bug in the latest <acronym title="Application Programming Interface">API</acronym>.</p>
<p>I already had this exact same problem when simply trying to use the following single line in the mouseover event: polygon.style.cursor = &#8220;pointer&#8221;;</p>
<p>I tried version 3 and the problem is still there.<br />
So it looks for now, like we&#8217;re stuck with 2.149.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-7729</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-7729</guid>
		<description>Any progress on getting your tooltips working beyond version 2.149? Many useful new features have been added to maps api. Up to version 2.172 and 3.11...
Thanks though!</description>
		<content:encoded><![CDATA[<p>Any progress on getting your tooltips working beyond version 2.149? Many useful new features have been added to maps api. Up to version 2.172 and 3.11&#8230;<br />
Thanks though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zizou</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-7693</link>
		<dc:creator>zizou</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-7693</guid>
		<description>hi !
do you have some news about mouseover problem with recent v2 api ?

regards</description>
		<content:encoded><![CDATA[<p>hi !<br />
do you have some news about mouseover problem with recent v2 api ?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-6870</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Tue, 28 Jul 2009 14:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-6870</guid>
		<description>&lt;strong&gt;&lt;em&gt;Angie&lt;/em&gt;&lt;/strong&gt; I&#039;m glad that you got it to work and that you like it! Good luck with the coding!</description>
		<content:encoded><![CDATA[<p><strong><em>Angie</em></strong> I&#8217;m glad that you got it to work and that you like it! Good luck with the coding!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angie Tootle</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-6869</link>
		<dc:creator>Angie Tootle</dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-6869</guid>
		<description>OKAY, GOOD DAY!!!

Got it to work and looks great!  I just had to move my code around a little

THANKS FOR THE SCRIPT</description>
		<content:encoded><![CDATA[<p>OKAY, GOOD DAY!!!</p>
<p>Got it to work and looks great!  I just had to move my code around a little</p>
<p>THANKS FOR THE SCRIPT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angie Tootle</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-6852</link>
		<dc:creator>Angie Tootle</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-6852</guid>
		<description>LOVE THIS, but can&#039;t get it to work!!!!

I really want to use this code and cannot figure out how to implement it into my code...I took over some javascript duties and am still pretty new.  I tried to paste my code into this window and it&#039;s a total mess!!  If you&#039;re not too busy, maybe I could send you my code and you could give me a pointer on how to use your code with mine.  I would be so thankful!!!!</description>
		<content:encoded><![CDATA[<p>LOVE THIS, but can&#8217;t get it to work!!!!</p>
<p>I really want to use this code and cannot figure out how to implement it into my code&#8230;I took over some javascript duties and am still pretty new.  I tried to paste my code into this window and it&#8217;s a total mess!!  If you&#8217;re not too busy, maybe I could send you my code and you could give me a pointer on how to use your code with mine.  I would be so thankful!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-6651</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Sun, 19 Jul 2009 06:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-6651</guid>
		<description>Nice job bro... but unfortunately i cannot use it in v3.....the tooltips displays unconsitently... with large number of polygons.. some time even more than one tooltips shows when the number of polygon is high......hope you will try in more than 10 polygons and fix the bug as soon as possible....
thanks</description>
		<content:encoded><![CDATA[<p>Nice job bro&#8230; but unfortunately i cannot use it in v3&#8230;..the tooltips displays unconsitently&#8230; with large number of polygons.. some time even more than one tooltips shows when the number of polygon is high&#8230;&#8230;hope you will try in more than 10 polygons and fix the bug as soon as possible&#8230;.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zizou</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-4501</link>
		<dc:creator>zizou</dc:creator>
		<pubDate>Tue, 19 May 2009 14:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-4501</guid>
		<description>hi,
congratulations for this library  !
its work fine when i use &quot;tabloPolyline= new GPolyline(pts,colour,width);&quot;
but i have this warning when i try to use it with an array of polyline (ie 8, ff): 
&quot;tabloPolyline[a] = new GPolyline(pts,colour,width);&quot;

Message : &#039;__e_&#039; a la valeur Null ou n&#039;est pas un objet.
Ligne : 313
Caractère : 28
Code : 0
URI : http://maps.google.com/intl/fr_ALL/mapfiles/149f/maps2.api/main.js


regards</description>
		<content:encoded><![CDATA[<p>hi,<br />
congratulations for this library  !<br />
its work fine when i use &#8220;tabloPolyline= new GPolyline(pts,colour,width);&#8221;<br />
but i have this warning when i try to use it with an array of polyline (ie 8, ff):<br />
&#8220;tabloPolyline[a] = new GPolyline(pts,colour,width);&#8221;</p>
<p>Message : &#8216;__e_&#8217; a la valeur Null ou n&#8217;est pas un objet.<br />
Ligne : 313<br />
Caractère : 28<br />
Code : 0<br />
<acronym title="Uniform Resource Identifier">URI</acronym> : <a href="http://maps.google.com/intl/fr_ALL/mapfiles/149f/maps2.api/main.js" rel="nofollow">http://maps.google.com/intl/fr_ALL/mapfiles/149f/maps2.api/main.js</a></p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-3660</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Tue, 21 Apr 2009 06:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-3660</guid>
		<description>&lt;strong&gt;&lt;em&gt;Dave:&lt;/em&gt;&lt;/strong&gt; The problem you&#039;re experiencing is due to that Google is changing the API. I thought that running version 2.151 I would be safe, and yesterday when I checked it worked, but today it doesn&#039;t. I tested again right now and now it seems safe to run version 2.149 or below of the API. I have updated the example accordingly. 

Naturally I need to find a way around this issue so it&#039;s possible to run the latest version of the API, but so far I haven&#039;t come up with a solution. 

Thanks for noticing!</description>
		<content:encoded><![CDATA[<p><strong><em>Dave:</em></strong> The problem you&#8217;re experiencing is due to that Google is changing the <acronym title="Application Programming Interface">API</acronym>. I thought that running version 2.151 I would be safe, and yesterday when I checked it worked, but today it doesn&#8217;t. I tested again right now and now it seems safe to run version 2.149 or below of the <acronym title="Application Programming Interface">API</acronym>. I have updated the example accordingly. </p>
<p>Naturally I need to find a way around this issue so it&#8217;s possible to run the latest version of the <acronym title="Application Programming Interface">API</acronym>, but so far I haven&#8217;t come up with a solution. </p>
<p>Thanks for noticing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Parsons</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-3653</link>
		<dc:creator>Dave Parsons</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-3653</guid>
		<description>Something strange is happening in the demo. The marker works as expected, but the polyline and polygon don&#039;t show the tooltip until the cursor leaves the item of interest.</description>
		<content:encoded><![CDATA[<p>Something strange is happening in the demo. The marker works as expected, but the polyline and polygon don&#8217;t show the tooltip until the cursor leaves the item of interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parxier</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-3444</link>
		<dc:creator>parxier</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-3444</guid>
		<description>Great! I was looking for something like that for quite a while.</description>
		<content:encoded><![CDATA[<p>Great! I was looking for something like that for quite a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pamela Fox</title>
		<link>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-2911</link>
		<dc:creator>Pamela Fox</dc:creator>
		<pubDate>Wed, 01 Apr 2009 21:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-2911</guid>
		<description>This is great! If you&#039;re interested in adding it to the utility library, send me an email.

http://code.google.com/p/gmaps-utility-library-dev/</description>
		<content:encoded><![CDATA[<p>This is great! If you&#8217;re interested in adding it to the utility library, send me an email.</p>
<p><a href="http://code.google.com/p/gmaps-utility-library-dev/" rel="nofollow">http://code.google.com/p/gmaps-utility-library-dev/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
