Hello all ...
I created I scalebar :

var scalebar = new OpenLayers.Control.ScaleBar({
         align: "right"
 });

scalebar.divisions = 3;
map.addControl(scalebar);

All works fine, but the scale is always align to left...

Any idea? I need align that to right...

Thanks
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to