<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks for your answers! I hope i will be here again in not a long time,<br><br>xavi<br><br><hr id="stopSpelling">Date: Wed, 9 Sep 2009 12:51:54 +0200<br>From: Tobias.Leich@adckrone.com<br>To: users@openlayers.org<br>Subject: Re: [OpenLayers-Users] Unsubscribe from list<br><br>




<style>
.ExternalClass .EC_hmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</style>



<div dir="ltr" align="left"><span class="EC_976545010-09092009"><font color="#0000ff">Hi,</font></span></div>
<div dir="ltr" align="left"><span class="EC_976545010-09092009"><font color="#0000ff"></font></span>&nbsp;</div>
<div dir="ltr" align="left"><span class="EC_976545010-09092009"><font color="#0000ff">Go to 
: <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a> 
and look for the button "Unsubscribe or edit options".</font></span></div>
<div>&nbsp;</div>
<div><font color="#000000" face="Arial" size="2">
<div align="left">Mit freundlichen Grüßen/Best regards </div>
<div><br><b>Tobias Leich</b> </div>
<div>Softwareentwicklung &amp; Systemadministration</div>
<div>Service Management Center</div>
<div>&nbsp;</div></font></div>
<div class="EC_OutlookMessageHeader" dir="ltr" align="left" lang="de">
<hr>
<font face="Tahoma" size="2"><b>Von:</b> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <b>Im Auftrag von </b>Xavier 
Rayo<br><b>Gesendet:</b> Mittwoch, 9. September 2009 12:30<br><b>An:</b> 
users@openlayers.org<br><b>Betreff:</b> [OpenLayers-Users] Unsubscribe from 
list<br></font><br></div>
<div></div>Hi all,<br>I would like to unsubscribe from the list but I don't 
really know what do I have to do.<br>Can someone please tell me how can i do 
that?<br><br>thanks,<br><br>xavi<br><br>
<hr id="EC_stopSpelling">
Date: Wed, 9 Sep 2009 11:21:16 +0100<br>From: paulcurran9@googlemail.com<br>To: 
arnd.wippermann@web.de<br>CC: users@openlayers.org<br>Subject: Re: 
[OpenLayers-Users] Display specific layer from mapfile<br><br>Thanks for the 
response, you are right both my layers are set as STATUS DEFAULT. However when I 
set one layer status to ON and the other OFF and view via mapserver 
(cgi-bin/mapserv.exe?) I can only see a blank white screen&nbsp; and via open 
layers I get the error message 'WMS server error.WMSLoadGetMapParams()'. <br>The 
same happens if both my layers are set to ON, I seem to only be able to view 
them when status set to DEFAULT.<br>Thanks for any help in 
advance<br>Paul<br><br><br>
<div class="EC_EC_gmail_quote">2009/9/8 Arnd Wippermann <span dir="ltr">&lt;<a href="mailto:arnd.wippermann@web.de">arnd.wippermann@web.de</a>&gt;</span><br>
<blockquote class="EC_EC_gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  <div>
  <div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Hi,</font></span></div>
  <div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
  <div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">from your 
  code both layers should be baselayers. That means only one layer would 
  displayed. That seems, that&nbsp;in your mapfile both layers have status 
  default.</font></span></div>
  <div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
  <div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Arnd</font></span></div><br>
  <div dir="ltr" align="left" lang="de">
  <hr>
  <font face="Tahoma" size="2"><b>Von:</b> <a href="mailto:users-bounces@openlayers.org">users-bounces@openlayers.org</a> 
  [mailto:<a href="mailto:users-bounces@openlayers.org">users-bounces@openlayers.org</a>] 
  <b>Im Auftrag von </b>Paul Curran<br><b>Gesendet:</b> Dienstag, 8. September 
  2009 23:10<br><b>An:</b> <a href="mailto:users@openlayers.org">users@openlayers.org</a><br><b>Betreff:</b> 
  [OpenLayers-Users] Display specific layer from mapfile<br></font><br></div>
  <div>
  <div></div>
  <div class="h5">
  <div></div>Hi,<br>&nbsp;<br>I am having trouble displaying a specific layer 
  from my mapfile. I have two layers called '250' and 'uk'. I wish to display my 
  '250' layer origninally, then zoom closer to display my 'uk' layer. however 
  both my layers are currenlty displayed at all times.<br>&nbsp;<br>Am i going 
  about this the correct way by having two variables 'layer1 and 'layer2' for 
  layers from the same mapfile?<br>&nbsp;<br>Currently my code is as 
  follows<br>&nbsp;<br>var bounds = new OpenLayers.Bounds(0, 0, 660046, 
  1229782);<br>var map, layer1, layer2;<br>var options = { maxExtent: bounds, 
  maxResolution: 600, numZoomLevels: 10};<br>&nbsp;<br>layer1 = new 
  OpenLayers.Layer.WMS("OpenLayers WMS",<br>"<a href="http://127.0.0.1/cgi-bin/mapserv.exe">http://127.0.0.1/cgi-bin/mapserv.exe</a>?", 
  { layers: "250", map: '/ms4w/apps/openlayers-2.8/data/uk2.map', minZoomLevel: 
  1, maxZoomLevel: 4 },<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { gutter: 15 
  });<br>&nbsp;<br>layer2 = new OpenLayers.Layer.WMS("OpenLayers 
  WMS",<br>&nbsp;"<a href="http://127.0.0.1/cgi-bin/mapserv.exe">http://127.0.0.1/cgi-bin/mapserv.exe</a>?", 
  { layers: "uk", map: '/ms4w/apps/openlayers-2.8/data/uk2.map', minZoomLevel: 
  5, maxZoomLevel: 10 },<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { gutter: 15 
  });<br>&nbsp;<br>map.addLayer(layer1, layer2);<br>&nbsp;<br>Thanks for any 
  help in advance<br><br>Paul<br></div></div></div></blockquote></div><br><br>
<hr>
Prueba algunos de los nuevos servicios en línea que te ofrece Windows Live 
Ideas: tan nuevos que ni siquiera se han publicado oficialmente todavía. <a href="http://ideas.live.com">Pruébalo</a><br /><hr />Llama a tus amigos de PC a PC: ¡Es GRATIS! <a href='http://get.live.com/messenger/overview' target='_new'>Pruébalo</a></body>
</html>