[OpenLayers-Users] resizable div

2009-08-02 Thread moony
Hello, The div element for the map object is resizable. I am updating the size with map.updateSize(). But when I change the size of the div and the layer are reloading, I got the error message Requested Image is too big and can not be created. How can I fix this problem? Thanks! -- View this

Re: [OpenLayers-Users] LayerSwitcher outside the map

2009-07-01 Thread moony
you have to edit the file Layerswitcher.js here you can change the position of the layerswitcher this.div.style.position = absolute; to this.div.style.position = static; greetings! -- View this message in context:

Re: [OpenLayers-Users] Overlay on Google

2009-06-22 Thread moony
Hi all, I want to use Google Maps as baselayer and overlay wms, which are delivered by ArcGIS Server. OpenLayers is always using epsg:900913, but ArcGIS Servers uses epsg: 102113 for the google projection. How can I force OpenLayers to use epsg: 102113 instead of epsg: 900913? Defining the

Re: [OpenLayers-Users] Overlay on Google

2009-05-29 Thread moony
Hello List, I am trying to add an overlay on top of google maps using epgs:102113. But I got an error message, that the Paramenter 'src' contains unacceptable value. I am sorry, but I cannot see, what I am doing wrong, why it doesn't work. Thanks! var map; var webproj = EPSG:102113;

[OpenLayers-Users] Overlay on Google

2009-05-26 Thread moony
Hello, I have two baselayers. When I use basemap as baselayer, I could add the overlay, but with google as baselayer I got a error message Paramenter 'src' contains unacceptable value. The services are delivered by arcgis server 9.3. I cannot see my mistake. What did I forget? Below is my code.