<?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: GMapPanel Updated With Locale Support and More Examples</title>
	<atom:link href="http://www.vinylfox.com/gmappanel-updated-with-locale-support-and-more-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/gmappanel-updated-with-locale-support-and-more-examples/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: yelba</title>
		<link>http://www.vinylfox.com/gmappanel-updated-with-locale-support-and-more-examples/comment-page-1/#comment-7286</link>
		<dc:creator>yelba</dc:creator>
		<pubDate>Sun, 25 Jul 2010 21:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=233#comment-7286</guid>
		<description>Hi , 
I have been trying to listen to a polygon click event fo no avail.

GEvent.addListener(feature, &quot;click&quot;, function(latlng, index) {

}

where index is the vertex
Also

 feature.enableEditing({onEvent: &quot;mouseover&quot;});
 feature.disableEditing({onEvent: &quot;mouseout&quot;});

doesn&#039;t work

Any help will be well appreciated 

Thanks in Advance
yelba</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I have been trying to listen to a polygon click event fo no avail.</p>
<p>GEvent.addListener(feature, &#8220;click&#8221;, function(latlng, index) {</p>
<p>}</p>
<p>where index is the vertex<br />
Also</p>
<p> feature.enableEditing({onEvent: &#8220;mouseover&#8221;});<br />
 feature.disableEditing({onEvent: &#8220;mouseout&#8221;});</p>
<p>doesn&#8217;t work</p>
<p>Any help will be well appreciated </p>
<p>Thanks in Advance<br />
yelba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yelba</title>
		<link>http://www.vinylfox.com/gmappanel-updated-with-locale-support-and-more-examples/comment-page-1/#comment-7285</link>
		<dc:creator>yelba</dc:creator>
		<pubDate>Sun, 25 Jul 2010 20:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=233#comment-7285</guid>
		<description>@nacnez try this:
var listener = GEvent.addListener(gmapObject, &quot;click&quot;, function(overlay, latlng) 
{
   if (latlng) {
                     GEvent.removeListener(listener);

      GEvent.addListener(shp_point, &quot;click&quot;, function() {
          //handle infoWindow here
       }
   }
}</description>
		<content:encoded><![CDATA[<p>@nacnez try this:<br />
var listener = GEvent.addListener(gmapObject, &#8220;click&#8221;, function(overlay, latlng)<br />
{<br />
   if (latlng) {<br />
                     GEvent.removeListener(listener);</p>
<p>      GEvent.addListener(shp_point, &#8220;click&#8221;, function() {<br />
          //handle infoWindow here<br />
       }<br />
   }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nacnez</title>
		<link>http://www.vinylfox.com/gmappanel-updated-with-locale-support-and-more-examples/comment-page-1/#comment-2890</link>
		<dc:creator>nacnez</dc:creator>
		<pubDate>Tue, 02 Jun 2009 05:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=233#comment-2890</guid>
		<description>Hi,
This is good component and I am trying to use it for my proof of concept. The one thing which I find missing is the support for openInfoWindow. I am trying to add markers whose click should open an infoWindow but I am not able to get an handle to the marker at all. Any thoughts on whether there is any plan to accommodate this. Please let me know.

Thanks,
Best Regards,
nacnez</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is good component and I am trying to use it for my proof of concept. The one thing which I find missing is the support for openInfoWindow. I am trying to add markers whose click should open an infoWindow but I am not able to get an handle to the marker at all. Any thoughts on whether there is any plan to accommodate this. Please let me know.</p>
<p>Thanks,<br />
Best Regards,<br />
nacnez</p>
]]></content:encoded>
	</item>
</channel>
</rss>
