This happened to me too when I disabled some tool in toolbar.tpl instead of
disabling it with a negative weight in the ini file .

var elt = xGetElementById(cw3_tools[i] + '_icon');
if(elt == null) return;

in setActiveToolButton function in  carto.js couldn't find the "cw3_tools[i]
+ '_icon'" element so the loop breaked and the active tool stayed on zoomin.

Maybe you can check "cw3_tools = new Array" in the rendered html to find out
which tool causes the problem or make step by step debug with firebug.

Loïc

On 9/26/07, Milo van der Linden <[EMAIL PROTECTED]> wrote:
>
>  Hello list,
>
> I am having a small problem. My Cartoweb keeps zooming in, even when it
> should zoom out.
>
> Any idea?
>  --
>
>
>  Milo van der Linden
> skype: milovanderlinden
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> http://www.3dsite.nl
>
>
> De informatie in dit bericht reflecteert mijn persoonlijke mening en niet
> die van een bedrijf of instantie. Aan de informatie kunnen geen rechten
> worden ontleend. Indien dit bericht onderdeel is van een forum, mailing-list
> of community dan gelden automatisch de bij het betreffende medium behorende
> voorwaarden. The information in this message reflects my personal opinion
> and not that of a company or public body. All rights reserved.If this
> message is contained in a mailing-list or community, the rights on the
> medium are automatically adapted.
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
>
>
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to