[OpenLayers-Users] Antw: LayerSwitcher

2007-11-13 Thread Armin Wäspy
Hi, write your own layerswitcher! with map.addLayer and map.removeLayer maybe this will help (function createLayer): http://rips-uis.lubw.baden-wuerttemberg.de/rips/wms_viewer/openlayer_test/OpenLayers.php >>> "R. Ortner" <[EMAIL PROTECTED]> 11/13/07 9:58 >>> Hi, i tried to change the pos

[OpenLayers-Users] Antw: Use a select box to switch layers or position layerswitcher outside map?

2007-10-31 Thread Armin Wäspy
Hi Ali, maybe this will help you a little. http://rips-uis.lubw.baden-wuerttemberg.de/rips/wms_viewer/openlayer_test/myOpenLayer.php you can write some javascript functions. you don't need the layer switcher. cheers. armin >>> Ali Khan <[EMAIL PROTECTED]> 10/31/07 4:33 >>> Hey, I've been tryin

[OpenLayers-Users] WMS overlay onto google maps

2007-10-25 Thread Armin Wäspy
Hi, I'm trying to overlay some wms-layers (with arcims) onto google maps and it's not possible to add a new epsg to the ArcIms, so i can't work with epsg900913 like in http://trac.openlayers.org/wiki/SphericalMercator is there any other possibility? Is there a way to do this? >>> Richar

[OpenLayers-Users] google, yahoo maps + wms

2007-10-19 Thread Armin Wäspy
hi all, I'm currently working on an OL with a few WMS layers: http://rips-uis.lubw.baden-wuerttemberg.de/rips/wms_viewer/test/myOpenLayer.php like you can see the user has the possibility to select the base layer between google maps, ve or yahoo or others. the problem is that the wms layers a

[OpenLayers-Users] Antw: Re: remove all layers

2007-10-18 Thread Armin Wäspy
thanks a lot. solved already by myself. var num = map.getNumLayers(); for (var j=1; j>> Christopher Schmidt <[EMAIL PROTECTED]> 10/18/07 1:33 >>> On Thu, Oct 18, 2007 at 10:51:50AM +0200, Armin W??spy wrote: > hi list, > is there a function which removes all displayed layers? for (var i = map

[OpenLayers-Users] remove all layers

2007-10-18 Thread Armin Wäspy
hi list, is there a function which removes all displayed layers? my map has up to 50 layers, named box1box50. i tried a for-loop with map.removeLayer('BOX'+i) but this don't work if less than 50 layers rendered. anybody an idea how i can manage that? thanks.

[OpenLayers-Users] sphericalMercator

2007-10-15 Thread Armin Wäspy
Hi everybody, I'm new in openlayers and testing some WMS overlays. I want to overlay a WMS over a google maps or yahoo map basic layer. As long i know gm or ym are in sphericalMercator EPSG:900913 so i set the wms an epsg: 900913 as you see here: http://rips-uis.lubw.baden-wuerttemberg.de/wms/cg