[Geomoose-users] Change the Default tool in toolbar

Dan Little theduckylittle at gmail.com
Tue Dec 22 08:49:59 PST 2015


Actually, you over ride default tools using a <configuration> ..
<param /> </configuration>

For example:

<configuration>
 <param name="default_tool" value="identify"/>
</configuration>



On Tue, Dec 22, 2015 at 9:09 AM, Renaud LAIRE
<r.laire at parc-livradois-forez.org> wrote:
> Without change "default_tool" in config.js ..
>
>
>
>
> -----Message d'origine-----
> De : Geomoose-users [mailto:geomoose-users-bounces at lists.osgeo.org] De la part de Renaud LAIRE
> Envoyé : mardi 22 décembre 2015 15:29
> À : 'geomoose-users at lists.osgeo.org'
> Objet : [Geomoose-users] Change the Default tool in toolbar
>
> hi,
>
> I want to change the default tool selected in toolbar on startup. (GM 2.8.1).
> I change the selected argument in tool name, but without effect In the mapbook here my toolbar section :
>
>         <toolbar>
>                 <tool name="previous" title="Vue précédente" type="internal" action="previous" selectable="false"/>
>                 <tool name="next" title="Vue suivante" type="internal" action="next" selectable="false"/>
>                 <tool name="fullextent" title="Zoom général" type="internal" action="fullextent" selectable="false"/>
>                 <tool name="pan" title="Déplacement" type="internal" action="pan" selectable="false"/>
>                 <tool name="zoomin" title="Zoom +" type="internal" action="zoomin"/>
>                 <tool name="zoomout" title="Zoom -" type="internal" action="zoomout"/>
>                 <tool name="identify" title="Info" type="service" service="identify" selected="true" cursor="url(./cursors/identify2.gif) 9 9,url(./cursors/identify2.cur),help"/>
>
>         </toolbar>
>
> where I made a mistake?
>
> Thank you
>
>
> Parc Livradois Forez
> Renaud Laire
> Système d'Information
> Maison du PArc
> 63880 - St Gervais /s Meymont
> Tel 04 73 95 57 57
> Fax 04 73 95 57 84
> <http://www.parc-livradois-forez.org/>
>
>
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users


More information about the Geomoose-users mailing list