Re: [OpenLayers-Users] editingtoolbar position in custom application

2007-11-05 Thread R. Ortner
I actually made it work for the LayerSwithcher by deactivating a few parameters in the LayerSwitcher.js: //this.div.style.top = "100px"; //25px default //this.div.style.right = "0px"; in the html page: #layerswitcher { width: 24.7%; height: 70%;

[OpenLayers-Users] editingtoolbar position in custom application

2007-11-05 Thread R. Ortner
Hi, i tried to implement the editingtoolbar-outside example into my application. Basically it worked to put the toolbar outside my map but the toolbar is displayed on the top right of my html page. How/Where can i change that? I expected that the position is managed by the style section with .olC