<div>Hi guys! Any news about supporting sublayers?</div>
<div> </div>
<div>Thanks</div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Jul 20, 2009 at 4:04 PM, Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">Paul james wrote:<br>&gt; Hi Andreas...<br>&gt;<br>&gt; In my case I need :<br>&gt;  - Possibility to create a custom treeview (like model in mapfish)<br><br></div>Is already possible (using just an Ext.TreePanel configuration, with<br>
GeoExt node types).<br>
<div class="im"><br>&gt;  - Supporting sublayer (Layer.Mapserver), like Mapfish does<br><br></div>Will be possible, by managing anything that is expressed as URL param<br>with LayerParamsNode and LayerParamsLoader.<br>
<div class="im"><br>&gt;  - Possibility to add a Radio button in some nodes (with Checkbox)<br><br></div>Is already possible, see the tree.html example.<br>
<div class="im"><br>&gt;  - Possibility to takeoff all icons (mapfish stay with a ugly white<br>&gt; space when I dont use a icon)<br><br></div>Is already possible, with the following css:<br>.x-tree-node-icon {<br>   width: 0px;<br>
}<br><br>Regards,<br>Andreas.<br>
<div class="im"><br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; Paul<br>&gt;<br>&gt; On Fri, Jul 17, 2009 at 6:02 AM, Andreas Hocevar &lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a><br></div>
<div>
<div></div>
<div class="h5">&gt; &lt;mailto:<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;&gt; wrote:<br>&gt;<br>&gt;     Hey Paul,<br>&gt;<br>&gt;     sorry for the delayed reply. The difference between the layer tree<br>
&gt;     approach in Mapfish and GeoExt is that the former uses a model on<br>&gt;     the tree level for custom trees, and the latter lets you use the a<br>&gt;     plain Ext configuration for the tree, because you have a choice of<br>
&gt;     different node types for representing layers.<br>&gt;<br>&gt;     The layer tree that you see in<br>&gt;     <a href="http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html" target="_blank">http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html</a><br>
&gt;     will be possible in GeoExt, with this configuration:<br>&gt;<br>&gt;     var tree = new Ext.tree.TreePanel({<br>&gt;       root: new GeoExt.tree.LayerContainer({<br>&gt;           defaults: {<br>&gt;               loader: new GeoExt.tree.LayerParamsLoader({<br>
&gt;                   param: &quot;LAYERS&quot;<br>&gt;               })<br>&gt;           }<br>&gt;       }),<br>&gt;       ...<br>&gt;     });<br>&gt;<br>&gt;     This does not work yet, but as Eric said, there is work going on<br>
&gt;     to make it happen. We are currently switching to loaders, like<br>&gt;     Ext.tree.TreeLoader, for populating LayerContainers (ticket #122).<br>&gt;     The next steps will be:<br>&gt;<br>&gt;     * Resurrect the LayerParamsNode (known from a previous patch for<br>
&gt;     #22). This can do more than just change the layers param on WMS<br>&gt;     layers. It can also be used e.g. to use CQL_FILTER and any<br>&gt;     arbitrary params that OpenLayers layers take in the params object.<br>
&gt;<br>&gt;     * Create a loader that looks up a params name (e.g. LAYERS) as<br>&gt;     argument and will create one subnode for every param it finds. To<br>&gt;     make this even smarter, the loader could process additional<br>
&gt;     information from the LayerStore, e.g. titles for the node texts.<br>&gt;<br>&gt;     Please give feedback if this makes sense for your use case.<br>&gt;<br>&gt;     Regards,<br>&gt;     Andreas.<br>&gt;<br>&gt;     james wrote:<br>
&gt;<br>&gt;         Thank guys...<br>&gt;         And how about a &quot;custom&quot; treeview ? Like &#39;model&#39; in mapfish...<br>&gt;<br>&gt;         Paul<br>&gt;<br>&gt;         On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine<br>
&gt;         &lt;<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>&gt;         &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;<br></div></div>&gt;         &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>

<div class="im">&gt;         &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;&gt;&gt; wrote:<br>&gt;<br>&gt;            On Monday, July 13, 2009, Paul james &lt;<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a><br>
&gt;         &lt;mailto:<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a>&gt;<br></div>
<div class="im">&gt;            &lt;mailto:<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a> &lt;mailto:<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a>&gt;&gt;&gt; wrote:<br>&gt;            &gt; Hello Guys...<br>
&gt;            &gt;<br>&gt;            &gt; Using Mapfish with Mapserver layer, my treeview can turn<br>&gt;         on/off<br>&gt;            layers individually...<br>&gt;            &gt; Example :<br>&gt;<br>&gt;          <a href="http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html" target="_blank">http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html</a><br>
&gt;            &gt; Example, I can turn parkings and summits, but just 1 layer is<br>&gt;            generated with both...<br>&gt;            &gt;<br>&gt;            &gt; Is it posible to do that using only GeoExt?<br>&gt;<br>
&gt;            turning on and off sublayers (i.e. layers in a Layer.WMS<br>&gt;         instance)<br>&gt;            isn&#39;t supported by GeoExt.tree at that time. But some work<br>&gt;         has been<br>&gt;            started... Maybe Andreas can say more about this work.<br>
&gt;<br>&gt;            Cheers,<br>&gt;<br>&gt;            &gt;<br>&gt;            &gt; Paul<br>&gt;            &gt;<br>&gt;            &gt;<br>&gt;<br>&gt;            --<br>&gt;            Eric Lemoine<br>&gt;<br>&gt;            Camptocamp France SAS<br>
&gt;            Savoie Technolac, BP 352<br>&gt;            73377 Le Bourget du Lac, Cedex<br>&gt;<br>&gt;            Tel : 00 33 4 79 44 44 96<br>&gt;            Mail : <a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>
&gt;         &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;<br></div>&gt;            &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>

<div class="im">&gt;         &lt;mailto:<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;&gt;<br>&gt;            <a href="http://www.camptocamp.com/" target="_blank">http://www.camptocamp.com</a><br>
&gt;<br>&gt;<br>&gt;         ------------------------------------------------------------------------<br>&gt;<br>&gt;         _______________________________________________<br>&gt;         Users mailing list<br></div>&gt;         <a href="mailto:Users@geoext.org">Users@geoext.org</a> &lt;mailto:<a href="mailto:Users@geoext.org">Users@geoext.org</a>&gt;<br>

<div>
<div></div>
<div class="h5">&gt;         <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;     --<br>&gt;     Andreas Hocevar<br>
&gt;     OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>&gt;     Expert service straight from the developers.<br>&gt;<br>&gt;<br><br><br>--<br>Andreas Hocevar<br>OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br><br></div></div></blockquote></div><br>