Hi,

On Dec 18, 2007 12:18 PM, Marcos Sánchez Provencio <[EMAIL PROTECTED]> wrote:
> The checkboxes don't change. (Also, the locator map seems to clone, the
> roads still show...)

The cloning of the locator map was fixed a month ago or so, and it
works on the current trunk and 1_5 branch version.

> In version 3690, everything but the checkbox goes fine.

There is indeed a bug in the custom legend stylesheet of the mapViewer
example. I just fixed it in trunk. But basically, what you have to
keep in mind is that in HTML 3,

<input type="checkbox" checked="true"/></input>
<input type="checkbox" checked="false"/></input>
<input type="checkbox" checked="checked"/></input>
<input checked></input>

all mean the same. So what you have to do is: only add the "checked"
attribute if you really want your checkbox checked.

Regards,
Andreas.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to