[mapserver-users] openlayers/mapserver

2009-07-17 Thread YOUNESS ELMEDRAOUI
Hi,i created my wms server and i test them with a GetCapabilities and GetMapREQUEST

AW: [mapserver-users] openlayers/mapserver

2009-07-17 Thread Arnd Wippermann
@lists.osgeo.org Betreff: [mapserver-users] openlayers/mapserver Hi, i created my wms server and i test them with a GetCapabilities and GetMap REQUEST : http://localhost:81/cgi-bin/mapserv.exe?map=C:/OLWebSite/App_Data/olvbmapfil el.map http://localhost:81/cgi-bin/mapserv.exe?map=C:/OLWebSite

[mapserver-users] Openlayers Mapserver

2009-01-22 Thread Rafael chacón
Hi, I would like to know how to add severals mapserver layers as my base layer for openlayers. Supose I have a mapfile with a layers us_states (with the states shapes) other for the roads (us_roads) , and other for the railsways (us_railsways). So, what I want to do is to have all this layers when

Re: [mapserver-users] Openlayers Mapserver

2009-01-22 Thread Daniel Degasperi
Hi Rafael, retry this without the colon before layers, maybe it's only a javascript error. Rafael chacón schrieb: Hi, I would like to know how to add severals mapserver layers as my base layer for openlayers. Supose I have a mapfile with a layers us_states (with the states shapes) other for

Re: [mapserver-users] Openlayers Mapserver

2009-01-22 Thread Alexandre Dube
, are used with WMS layers. MapServer layers must be separated by spaces : layer = new OpenLayers.Layer.MapServer( United States, http://localhost/cgi-bin/mapserv http://localhost/cgi-bin/mapserv?us_states.map, { map: /path/to/your/map/us_states.map, layers: