<div>The packages are already in SqueakSource. Now, just evalue:<br></div><div><br></div><div>Gofer new<br>   squeaksource: &#39;JQueryWidgetBox&#39;;<br>   package: &#39;JQWidgetBox-Core&#39;;<br>   package: &#39;JQWidgetBox-Dev&#39;;<br>
   package: &#39;JQWidgetBox-MapQuery-Core&#39;;<br>   package: &#39;JQWidgetBox-MapQuery-Dev&#39;;<br>   load.</div><div><br></div><div>for install the example.</div><div><br></div><br><div class="gmail_quote">2011/9/29 Gastón Dall&#39; Oglio <span dir="ltr">&lt;<a href="mailto:gaston.dalloglio@gmail.com">gaston.dalloglio@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I attach one screenshot...<div><div class="h5"><br><br><div class="gmail_quote">2011/9/29 Gastón Dall&#39; Oglio <span dir="ltr">&lt;<a href="mailto:gaston.dalloglio@gmail.com" target="_blank">gaston.dalloglio@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi.<br><br>I made a wrapper for MapQuery plugin. There are tons of JQuery plugins about maps, but the most of them work on Google layers. MapQuery use a javascript library named OpenLayers, which can to consume layers of diverse source, like Open Street Map, or your own made (and hosted) maps . For this reason I choose this plugin.<br>


<a href="http://mapquery.org/" target="_blank">http://mapquery.org/</a><br><a href="http://openlayers.org/" target="_blank">http://openlayers.org/</a><br><br><br>The new widgets are (see class coment from JQWidgetBox-MapQuery-Core package):<br>

* JQMapQuery: initialise MapQuery and associate it with the matched element options an object of key-value pairs with options for the map. <br>
* JQmqFeatureInfo: create a widget to show feature information.<br>* JQmqLayerControl: Description: create a widget to control the order of layers.<br>* JQmqLayerManager: create a widget to manage layers.<br>* JQmqMousePosition: create a widget to show the location under the mouse pointer.<br>


* JQmqOverviewMap: create a widget to show an overview map.<br>* JQmqPopup: create a popup at a click on a feature.<br>* JQmqZoomButtons: create a widget to show zoom buttons.<br>* JQmqZoomSlider: create a widget to show a zoom slider.<br>


<br>Really, I made this wrapper for learn about Seaside, JQuery, javascript, and related libraries and tools, this is fun. For that, I like any feedback, more if this is usefull for you, cool!!<br><br><br><br>INSTRUCTION FROM RUN THE EXAMPLE (in Pharo)<br>


<br>On a Seaside image (por example a OneClick from <a href="http://www.seaside.st/distributions/Seaside-3.0.6-OneClick.zip" target="_blank">http://www.seaside.st/distributions/Seaside-3.0.6-OneClick.zip</a>):<br><br>1) Load core and dev JQWidgetBox packages, if you don&#39;t have them. For that, in a workspace evaluate:<br>


Gofer new<br> squeaksource: &#39;JQueryWidgetBox&#39;;<br> package: &#39;JQWidgetBox-Core&#39;;<br> package: &#39;JQWidgetBox-Dev&#39;;<br> load.<br><br>2) Load core and dev JQWidgetBox MapQuery packages. For that, drag and drop JQWidgetBox-MapQuery-Core and JQWidgetBox-MapQuery-Dev package in the Pharo window and choose &quot;Load version&quot; in dialog.<br>


<br>3) Initialize the JQWidgetBox examples.For that, in a workspace evaluate: <br>JQWidgetExample initialize.<br><br>4) Go to the example page. For that, in a web browser go to <a href="http://localhost:8080/jquery-widgets/mapquery" target="_blank">http://localhost:8080/jquery-widgets/mapquery</a><br>


<br>5) Enjoy.<br>
</blockquote></div><br>
</div></div></blockquote></div><br>