<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Verdana
}
</STYLE>

<META content="MSHTML 6.00.6000.16850" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV dir=ltr align=left><SPAN class=976545010-09092009><FONT 
color=#0000ff>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=976545010-09092009><FONT 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=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 face=Arial color=#000000 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=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<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=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_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_gmail_quote 
style="PADDING-LEFT: 1ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
  <DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 
  size=2>Hi,</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 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 face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 
  size=2>Arnd</FONT></SPAN></DIV><BR>
  <DIV lang=de dir=ltr align=left>
  <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" target=_new>Pruébalo</A> </BODY></HTML>