<?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: OpenLayers Tutorial &#8211; Part 3 &#8211; Controls</title>
	<atom:link href="http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/</link>
	<description>Erik Hazzard&#039;s various thoughts and ramblings</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:25:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik Hazzard</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-6861</link>
		<dc:creator>Erik Hazzard</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-6861</guid>
		<description>Thanks for your comments!  I will try to get the next tutorial up soon - and will likely expand the previous ones and add more.  The reason for the delay is that I&#039;m in the middle of writing an OpenLayers book, and unfortunately I have neglected these tutorials a bit.  I&#039;ll get them up as soon as possible though!</description>
		<content:encoded><![CDATA[<p>Thanks for your comments!  I will try to get the next tutorial up soon &#8211; and will likely expand the previous ones and add more.  The reason for the delay is that I&#8217;m in the middle of writing an OpenLayers book, and unfortunately I have neglected these tutorials a bit.  I&#8217;ll get them up as soon as possible though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dingenskirchen</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-5986</link>
		<dc:creator>Dingenskirchen</dc:creator>
		<pubDate>Wed, 11 Aug 2010 13:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-5986</guid>
		<description>Hey, thanks a lot for your tutorials. They are easy to understand an finally enable me (a bit) to understand how OpenLayers works. 

But I wonder if you really plan to write a next tutorial in which you explain how to create controls, because this is exactly what I&#039;m planning to do. And I really don&#039;t know how to begin.

So, thanks a lot, and continue your greaat work ;)</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot for your tutorials. They are easy to understand an finally enable me (a bit) to understand how OpenLayers works. </p>
<p>But I wonder if you really plan to write a next tutorial in which you explain how to create controls, because this is exactly what I&#8217;m planning to do. And I really don&#8217;t know how to begin.</p>
<p>So, thanks a lot, and continue your greaat work <img src='http://vasir.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MGIS</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-3376</link>
		<dc:creator>MGIS</dc:creator>
		<pubDate>Sat, 08 May 2010 17:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-3376</guid>
		<description>Hi Antonio,  This blog is very good. I have question to ask you. How I add shape file to website (I use openlayer base on apache and ms4w. Don&#039;t use geoserver)  Now I got google and yahoo api in website www.rtngis.com. Please tell me about path of shape file and syntax in HTML. Thank you very much</description>
		<content:encoded><![CDATA[<p>Hi Antonio,  This blog is very good. I have question to ask you. How I add shape file to website (I use openlayer base on apache and ms4w. Don&#8217;t use geoserver)  Now I got google and yahoo api in website <a href="http://www.rtngis.com" rel="nofollow">http://www.rtngis.com</a>. Please tell me about path of shape file and syntax in HTML. Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-3322</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 05 May 2010 15:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-3322</guid>
		<description>Thanks for this really helpfull tutorial Erik. I am really looking forward for the Openlayers Event tutorial. When do you spect to have it ready?

Cheers,

Manu</description>
		<content:encoded><![CDATA[<p>Thanks for this really helpfull tutorial Erik. I am really looking forward for the Openlayers Event tutorial. When do you spect to have it ready?</p>
<p>Cheers,</p>
<p>Manu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hazzard</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-2776</link>
		<dc:creator>Erik Hazzard</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-2776</guid>
		<description>Hi Antonio, thanks!  To add a dojo framework button, you just need to find the url to the image of the dojo button and add it to your style definition.  For example, 
&lt;pre&gt;
.olControlZoomInItemInactive {
    background:url(DOJO_BUTTON_URL) no-repeat;
    height:18px;
    width:18px;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Antonio, thanks!  To add a dojo framework button, you just need to find the url to the image of the dojo button and add it to your style definition.  For example, </p>
<pre>
.olControlZoomInItemInactive {
    background:url(DOJO_BUTTON_URL) no-repeat;
    height:18px;
    width:18px;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Santiago</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-2764</link>
		<dc:creator>Antonio Santiago</dc:creator>
		<pubDate>Tue, 06 Apr 2010 10:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-2764</guid>
		<description>Hi, very good tutorial.

I&#039;m working on a Dojo project and would like to have the controls (like draw point, polygon, etc) using the dojo framework buttons instead of default buttons that controls puts over the map.
Any ideas to do that?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, very good tutorial.</p>
<p>I&#8217;m working on a Dojo project and would like to have the controls (like draw point, polygon, etc) using the dojo framework buttons instead of default buttons that controls puts over the map.<br />
Any ideas to do that?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hazzard</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-2465</link>
		<dc:creator>Erik Hazzard</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-2465</guid>
		<description>Hi Samantha, thanks for the interest in my blog! I apologize that I&#039;m not sure how to receive updates via email through wordpress, but you can subscribe to the RSS feed at http://vasir.net/blog/feed/

-Erik</description>
		<content:encoded><![CDATA[<p>Hi Samantha, thanks for the interest in my blog! I apologize that I&#8217;m not sure how to receive updates via email through wordpress, but you can subscribe to the RSS feed at <a href="http://vasir.net/blog/feed/" rel="nofollow">http://vasir.net/blog/feed/</a></p>
<p>-Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samantha Brian</title>
		<link>http://vasir.net/blog/openlayers/openlayers-tutorial-part-3-controls/comment-page-1/#comment-2448</link>
		<dc:creator>Samantha Brian</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://vasir.net/blog/?p=144#comment-2448</guid>
		<description>I like the blog, but could not find how to subscribe to receive the updates by email. Can you please let me know?</description>
		<content:encoded><![CDATA[<p>I like the blog, but could not find how to subscribe to receive the updates by email. Can you please let me know?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
