[Mapserver-users] WMS
Ed McNierney
ed at topozone.com
Tue Mar 11 07:07:49 PST 2003
This is a multi-part message in MIME format.
------_=_NextPart_001_01C2E7DF.FB4A8C34
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Stefan -
=20
You didn't mention PHP <g> - so you're using MapScript, not MapServer?
=20
Yes, the TYPE should certainly be RASTER, not POINT. That may not be =
your only problem, but it's going to be a problem.
=20
- Ed
-----Original Message-----
From: Stefan Schwarzer [mailto:stefan.schwarzer at grid.unep.ch]
Sent: Tuesday, March 11, 2003 10:02 AM
To: Ed McNierney; mapserver-users at lists.gis.umn.edu
Subject: RE: [Mapserver-users] WMS
Ed,
no, I am getting no more errors. The layer just does not appear. The =
layer is turned on, and as you said, not only because of STATUS ON, but =
in my PHP script I tell explicitly to turn it on again (actually after =
turning all layers off):
$mapLayer =3D $map -> getlayerbyname("test");
$mapLayer -> set("status", 1);
Where does the "wms_title" refer to? Should it have the same title as =
the WMS service layer? What is TYPE in this case? Originally it's a =
POINT shapefile, but now it would be anyway a raster/image, no? When I =
try to display the layer locally, everything turns up nicely.
LAYER
NAME 'test'
METADATA
'wms_title' 'test'
'wms_srs' 'epsg:4326'
'wms_connectiontimeout' '1000'
END
TYPE POINT
STATUS ON
CONNECTIONTYPE WMS
CONNECTION ' =
http://gridss.grid.unep.ch/cgi-bin/mapserv_client?map=3De%3A%5Cinetpub%5C=
wwwroot%5Cip%5Cdemo.map =
<http://gridss.grid.unep.ch/cgi-bin/mapserv_client?map=3De%3A%5Cinetpub%5=
Cwwwroot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3Dpeople&FORMAT=3DPNG&TRAN=
SPARENT=3DTRUE> =
&WMTVER=3D1.0.0&LAYERS=3Dpeople&FORMAT=3DPNG&TRANSPARENT=3DTRUE'
END
Ciao,
Stefan
Stefan -
=20
You can certainly use multiple local and remote layers.
=20
Now that the PROJ problem is fixed, are you getting any errors? Is the =
layer simply not appearing? Is the layer turned on (STATUS ON isn't =
enough)?
=20
- Ed
-----Original Message-----
From: Stefan Schwarzer [ mailto:stefan.schwarzer at grid.unep.ch]
Sent: Tuesday, March 11, 2003 9:36 AM
To: Ed McNierney; mapserver-users at lists.gis.umn.edu
Subject: RE: [Mapserver-users] WMS
Ed,
thanks for the quick answer. But the answer is: yes... As the WMS =
service from where I want to retrieve a layer, does for sure work as it =
has been implemented into another application, the problem can hardly be =
on this side. I think, something is wrong on the map-file side. As the =
BBox and other parameters are produced automatically by MapServer, the =
URL used in the CONNECTION line below should be correct...
Just to be sure: Can I have a map-file with multiple local layers, which =
are accessed normally, and in addition a couple of WMS layers, accessed =
as shown below? I was just wondering if MapServer would be capable of =
merging then two, three or four different images, as each WMS service =
sends its own image back. I know that I can overlay different requests =
and thus images using simple HTML code, but I am not so sure about the =
method I just wanted to implement. Stupid question? Hmmm...
Ciao,
Stefan
Stefan -
=20
We don't know what your data are, so we can't tell whether the metadata =
(the projection in particular) are correct - you need to check that. =
You also need to be requesting map extents (the WMS BBox) in coordinates =
that match both the projection of your map and the extents of your data.
=20
- Ed
Ed McNierney
President and Chief Mapmaker
TopoZone.com / Maps a la carte, Inc.
73 Princeton Street, Suite 305
North Chelmsford, MA 01863
ed at topozone.com
(978) 251-4242=20
-----Original Message-----=20
From: Stefan Schwarzer [ mailto:stefan.schwarzer at grid.unep.ch]=20
Sent: Tuesday, March 11, 2003 9:11 AM=20
To: mapserver-users at lists.gis.umn.edu=20
Subject: RE: [Mapserver-users] WMS
Hi all,
thanks for the input. Right, after setting an environment variable the =
ugly warning disappeared.
But I have still the problem that the WMS layer is not showing up. Any =
hints into this direction? Are the Metadata in the Layer definition =
correct? Do I have to define anything else in the mapfile? [I am working =
with MapScript, v3.5]
Thanks,
Stefan
Stefan -
=20
Marc's response is correct; you will find information about this problem =
in the "FAQ / Common Problems" section of the WMS Server page at =
http://mapserver.gis.umn.edu/doc/wms-server-howto.html
- Ed
Ed McNierney=20
President and Chief Mapmaker=20
TopoZone.com / Maps a la carte, Inc.=20
73 Princeton Street, Suite 305=20
North Chelmsford, MA 01863=20
ed at topozone.com=20
(978) 251-4242=20
-----Original Message-----=20
From: Stefan Schwarzer [ mailto:stefan.schwarzer at grid.unep.ch]=20
Sent: Tuesday, March 11, 2003 4:09 AM=20
To: mapserver-users at lists.gis.umn.edu=20
Subject: [Mapserver-users] WMS
Hi all,=20
after spending quite some time on this WMS query subject, I am getting a =
bit frustrated. I read (almost?) all info on this subject. But still I =
don't succeed.=20
In the moment my computer is nerving me with this message:=20
Warning: MapServer Error in msProcessProjection(): no system list, =
errno: 2 in e:\inetpub\wwwroot\geo_map\map.php on line 275=20
Ok, I know, this is related to the projection list. But: all my other =
services (local and WMS-server) are running quite well. So I don't =
understand why it's coming up with this message. Below the Layer =
definition I use. Any ideas?=20
Stefan
LAYER=20
NAME "test"=20
METADATA=20
"wms_title" "test"=20
"wms_srs" "epsg:4326"=20
"wms_connectiontimeout" "1000"=20
END=20
TYPE RASTER=20
STATUS ON=20
CONNECTIONTYPE WMS=20
CONNECTION " =
http://xxx.xx.xxx.xx/cgi-bin/mapserv_client?map=3De%3A%5Cinetpub%5Cwwwroo=
t%5Cip%5Cdemo.map =
<http://xxx.xx.xxx.xx/cgi-bin/mapserv_client?map=3De%3A%5Cinetpub%5Cwwwro=
ot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3Dpeople&FORMAT=3DPNG&TRANSPAREN=
T=3DTRUE> =
&WMTVER=3D1.0.0&LAYERS=3Dpeople&FORMAT=3DPNG&TRANSPARENT=3DTRUE"=20
END=20
_______________________________________
Stefan Schwarzer=20
Consultant on GEO=20
UNEP/DEWA/GRID-Geneva=20
Chemin des Anemones 11=20
CH - 1219 Chatelaine=20
Switzerland=20
Tel: (+41) 22.917.83.49=20
Fax: (+41) 22.917.80.29=20
Email: stefan.schwarzer at grid.unep.ch=20
Internet: http://geodata.grid.unep.ch/=20
_______________________________________=20
_______________________________________
Stefan Schwarzer
Consultant on GEO
UNEP/DEWA/GRID-Geneva
Chemin des Anemones 11
CH - 1219 Chatelaine
Switzerland
Tel: (+41) 22.917.83.49
Fax: (+41) 22.917.80.29
Email: stefan.schwarzer at grid.unep.ch
Internet: http://geodata.grid.unep.ch/
_______________________________________=20
_______________________________________
Stefan Schwarzer
Consultant on GEO
UNEP/DEWA/GRID-Geneva
Chemin des Anemones 11
CH - 1219 Chatelaine
Switzerland
Tel: (+41) 22.917.83.49
Fax: (+41) 22.917.80.29
Email: stefan.schwarzer at grid.unep.ch
Internet: http://geodata.grid.unep.ch/
_______________________________________=20
_______________________________________
Stefan Schwarzer
Consultant on GEO
UNEP/DEWA/GRID-Geneva
Chemin des Anemones 11
CH - 1219 Chatelaine
Switzerland
Tel: (+41) 22.917.83.49
Fax: (+41) 22.917.80.29
Email: stefan.schwarzer at grid.unep.ch
Internet: http://geodata.grid.unep.ch/
_______________________________________=20
------_=_NextPart_001_01C2E7DF.FB4A8C34
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2>Stefan=20
-</FONT></SPAN></DIV>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2>You=20
didn't mention PHP <g> - so you're using MapScript, not=20
MapServer?</FONT></SPAN></DIV>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2>Yes,=20
the TYPE should certainly be RASTER, not POINT. That may not be =
your only=20
problem, but it's going to be a problem.</FONT></SPAN></DIV>
<DIV><SPAN class=3D171340515-11032003><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D171340515-11032003> <FONT =
face=3DArial=20
color=3D#0000ff size=3D2>- Ed</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> Stefan Schwarzer=20
[mailto:stefan.schwarzer at grid.unep.ch]<BR><B>Sent:</B> Tuesday, March =
11, 2003=20
10:02 AM<BR><B>To:</B> Ed McNierney;=20
mapserver-users at lists.gis.umn.edu<BR><B>Subject:</B> RE: =
[Mapserver-users]=20
WMS<BR><BR></FONT></DIV><FONT size=3D3>Ed,<BR><BR>no, I am getting no =
more=20
errors. The layer just does not appear. The layer is turned on, and as =
you=20
said, not only because of STATUS ON, but in my PHP script I tell =
explicitly to=20
turn it on again (actually after turning all layers =
off):<BR><BR>$mapLayer =3D=20
$map -> getlayerbyname("test");<BR>$mapLayer -> set("status",=20
1);<BR><BR>Where does the "wms_title" refer to? Should it have the =
same title=20
as the WMS service layer? What is TYPE in this case? Originally it's a =
POINT=20
shapefile, but now it would be anyway a raster/image, no? When I try =
to=20
display the layer locally, everything turns up=20
=
nicely.<BR><BR>LAYER<BR><X-TAB> =
</X-TAB>NAME=20
=
'test'<BR><X-TAB> </X-TAB>=
METADATA<BR><X-TAB> </X-TA=
B><X-TAB> </X-TAB>'wms_tit=
le'=20
=
'test'<BR><X-TAB> </X-TAB>=
<X-TAB> </X-TAB>'wms_srs' =
=
'epsg:4326'<BR><X-TAB> </X=
-TAB><X-TAB> </X-TAB>'wms_=
connectiontimeout'=20
=
'1000'<BR><X-TAB> </X-TAB>=
END<BR><X-TAB> </X-TAB>TYP=
E=20
=
POINT<BR><X-TAB> </X-TAB>S=
TATUS=20
=
ON<BR><X-TAB> </X-TAB>CONN=
ECTIONTYPE=20
=
WMS<BR><X-TAB> </X-TAB>CON=
NECTION=20
'<A=20
=
href=3D"http://gridss.grid.unep.ch/cgi-bin/mapserv_client?map=3De%3A%5Cin=
etpub%5Cwwwroot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3Dpeople&am=
p;FORMAT=3DPNG&TRANSPARENT=3DTRUE"=20
=
eudora=3D"autourl">http://gridss.grid.unep.ch/cgi-bin/mapserv_client?map=3D=
e%3A%5Cinetpub%5Cwwwroot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3D=
people&FORMAT=3DPNG&TRANSPARENT=3DTRUE</A>'<BR>END<BR><BR><BR>Cia=
o,<BR><BR>Stefan<BR><BR><BR></FONT>
<BLOCKQUOTE class=3Dcite cite=3D"" type=3D"cite"><FONT face=3Darial =
color=3D#0000ff=20
size=3D2>Stefan -</FONT><FONT size=3D3><BR> <BR></FONT><FONT =
face=3Darial=20
color=3D#0000ff size=3D2>You can certainly use multiple local =
and remote=20
layers.</FONT><FONT size=3D3><BR> <BR></FONT><FONT face=3Darial =
color=3D#0000ff size=3D2>Now that the PROJ problem is fixed, are you =
getting any=20
errors? Is the layer simply not appearing? Is the layer =
turned=20
on (STATUS ON isn't enough)?</FONT><FONT =
size=3D3><BR> <BR></FONT><FONT=20
face=3Darial color=3D#0000ff size=3D2> - =
Ed</FONT><FONT=20
size=3D3><BR></FONT>
<DL>
<DD><FONT face=3Dtahoma size=3D2>-----Original Message-----<BR>
<DD>From:</B> Stefan Schwarzer [<A=20
href=3D"mailto:stefan.schwarzer at grid.unep.ch"=20
eudora=3D"autourl">mailto:stefan.schwarzer at grid.unep.ch</A>]<BR>
<DD>Sent:</B> Tuesday, March 11, 2003 9:36 AM<BR>
<DD>To:</B> Ed McNierney; mapserver-users at lists.gis.umn.edu<BR>
<DD>Subject:</B> RE: [Mapserver-users] WMS<BR><BR></FONT>
<DD><FONT size=3D3>Ed,<BR><BR>
<DD>thanks for the quick answer. But the answer is: yes... As the =
WMS=20
service from where I want to retrieve a layer, does for sure work =
as it=20
has been implemented into another application, the problem can =
hardly be=20
on this side. I think, something is wrong on the map-file side. As =
the=20
BBox and other parameters are produced automatically by MapServer, =
the URL=20
used in the CONNECTION line below should be correct...<BR><BR>
<DD>Just to be sure: Can I have a map-file with multiple local =
layers,=20
which are accessed normally, and in addition a couple of WMS =
layers,=20
accessed as shown below? I was just wondering if MapServer would =
be=20
capable of merging then two, three or four different images, as =
each WMS=20
service sends its own image back. I know that I can overlay =
different=20
requests and thus images using simple HTML code, but I am not so =
sure=20
about the method I just wanted to implement. Stupid question?=20
Hmmm...<BR><BR>
<DD>Ciao,<BR><BR>
<DD>Stefan<BR><BR><BR></FONT>
<BLOCKQUOTE class=3Dcite cite=3D"" type=3D"cite">
<DD><FONT face=3Darial color=3D#0000ff size=3D2>Stefan =
-</FONT><FONT=20
size=3D3><BR>
<DD><BR></FONT>
<DD><FONT face=3Darial color=3D#0000ff size=3D2>We don't know =
what your data=20
are, so we can't tell whether the metadata (the projection in=20
particular) are correct - you need to check that. You also =
need to=20
be requesting map extents (the WMS BBox) in coordinates that =
match both=20
the projection of your map and the extents of your =
data.</FONT><FONT=20
size=3D3><BR>
<DD><BR>
<DD> </FONT><FONT face=3Darial color=3D#0000ff =
size=3D2>-=20
Ed</FONT><FONT size=3D3><BR><BR></FONT>
<DD><FONT size=3D2>Ed McNierney<BR>
<DD>President and Chief Mapmaker<BR>
<DD>TopoZone.com / Maps a la carte, Inc.<BR>
<DD>73 Princeton Street, Suite 305<BR>
<DD>North Chelmsford, MA 01863<BR>
<DD>ed at topozone.com<BR>
<DD>(978) 251-4242 </FONT>
<DD><FONT face=3Dtahoma size=3D2>-----Original Message-----=20
<DD>From: Stefan Schwarzer [<A=20
href=3D"mailto:stefan.schwarzer at grid.unep.ch"=20
eudora=3D"autourl">mailto:stefan.schwarzer at grid.unep.ch</A>]=20
<DD>Sent: Tuesday, March 11, 2003 9:11 AM=20
<DD>To: mapserver-users at lists.gis.umn.edu=20
<DD>Subject: RE: [Mapserver-users] WMS<BR><BR></FONT>
<DD><FONT size=3D3>Hi all,<BR>
<DD>thanks for the input. Right, after setting an environment =
variable=20
the ugly warning disappeared.<BR>
<DD>But I have still the problem that the WMS layer is not =
showing up.=20
Any hints into this direction? Are the Metadata in the Layer =
definition=20
correct? Do I have to define anything else in the mapfile? [I am =
working=20
with MapScript, v3.5]<BR>
<DD>Thanks,<BR>
<DD>Stefan<BR><BR><BR></FONT>
<BLOCKQUOTE class=3Dcite cite=3D"" type=3D"cite">
<DD><FONT face=3Darial color=3D#0000ff size=3D2>Stefan =
-</FONT><FONT=20
size=3D3><BR>
<DD> </FONT>
<DD><FONT face=3Darial color=3D#0000ff size=3D2>Marc's =
response is correct;=20
you will find information about this problem in the "FAQ / =
Common=20
Problems" section of the WMS Server page at <A=20
=
href=3D"http://mapserver.gis.umn.edu/doc/wms-server-howto.html">http://ma=
pserver.gis.umn.edu/doc/wms-server-howto.html</A></FONT><FONT=20
size=3D3><BR>
<DD>=20
<DD> </FONT><FONT face=3Darial =
color=3D#0000ff size=3D2>-=20
Ed</FONT><FONT size=3D3><BR><BR></FONT>
<DD><FONT size=3D2>Ed McNierney=20
<DD>President and Chief Mapmaker=20
<DD>TopoZone.com / Maps a la carte, Inc.=20
<DD>73 Princeton Street, Suite 305=20
<DD>North Chelmsford, MA 01863=20
<DD>ed at topozone.com=20
<DD>(978) 251-4242 </FONT>
<DD><FONT face=3Dtahoma size=3D2>-----Original Message-----=20
<DD>From: Stefan Schwarzer [<A=20
href=3D"mailto:stefan.schwarzer at grid.unep.ch"=20
eudora=3D"autourl">mailto:stefan.schwarzer at grid.unep.ch</A>]=20
<DD>Sent: Tuesday, March 11, 2003 4:09 AM=20
<DD>To: mapserver-users at lists.gis.umn.edu=20
<DD>Subject: [Mapserver-users] WMS<BR><BR></FONT>
<DD><FONT size=3D3>Hi all,=20
<DD>after spending quite some time on this WMS query subject, =
I am=20
getting a bit frustrated. I read (almost?) all info on this =
subject.=20
But still I don't succeed.=20
<DD>In the moment my computer is nerving me with this message: =
<DD>Warning: MapServer Error in msProcessProjection(): no =
system list,=20
errno: 2 in e:\inetpub\wwwroot\geo_map\map.php on line 275 =
<BR>
<DD>Ok, I know, this is related to the projection list. But: =
all my=20
other services (local and WMS-server) are running quite well. =
So I=20
don't understand why it's coming up with this message. Below =
the Layer=20
definition I use. Any ideas?=20
<DD>Stefan<BR>
<DD>LAYER=20
=
<DD><X-TAB> </X-TAB>NAME=20
"test"=20
=
<DD><X-TAB> </X-TAB>METADA=
TA=20
=
<DD><X-TAB> </X-TAB><X-TAB=
> </X-TAB>"wms_title"=20
"test"=20
=
<DD><X-TAB> </X-TAB><X-TAB=
> </X-TAB>"wms_srs"=20
"epsg:4326"=20
=
<DD><X-TAB> </X-TAB><X-TAB=
> </X-TAB>"wms_connectiont=
imeout"=20
"1000"=20
=
<DD><X-TAB> </X-TAB>END=20
=
<DD><X-TAB> </X-TAB>TYPE=20
RASTER=20
=
<DD><X-TAB> </X-TAB>STATUS=
=20
ON=20
=
<DD><X-TAB> </X-TAB>CONNEC=
TIONTYPE=20
WMS=20
=
<DD><X-TAB> </X-TAB>CONNEC=
TION=20
"<A=20
=
href=3D"http://xxx.xx.xxx.xx/cgi-bin/mapserv_client?map=3De%3A%5Cinetpub%=
5Cwwwroot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3Dpeople&FORM=
AT=3DPNG&TRANSPARENT=3DTRUE"=20
=
eudora=3D"autourl">http://xxx.xx.xxx.xx/cgi-bin/mapserv_client?map=3De%3A=
%5Cinetpub%5Cwwwroot%5Cip%5Cdemo.map&WMTVER=3D1.0.0&LAYERS=3Dpeop=
le&FORMAT=3DPNG&TRANSPARENT=3DTRUE</A>"=20
<DD>END=20
=
<DD><X-TAB> </X-TAB>______=
_________________________________<BR><BR></FONT>
<DD><FONT=20
=
size=3D2><X-TAB> </X-TAB>S=
tefan=20
Schwarzer=20
=
<DD><X-TAB> </X-TAB>Consul=
tant=20
on GEO=20
=
<DD><X-TAB> </X-TAB>UNEP/D=
EWA/GRID-Geneva=20
=
<DD><X-TAB> </X-TAB>Chemin=
=20
des Anemones 11=20
=
<DD><X-TAB> </X-TAB>CH=20
- 1219 Chatelaine=20
=
<DD><X-TAB> </X-TAB>Switze=
rland=20
=
<DD><X-TAB> </X-TAB>Tel:=20
(+41) 22.917.83.49=20
=
<DD><X-TAB> </X-TAB>Fax:=20
(+41) 22.917.80.29=20
=
<DD><X-TAB> </X-TAB>Email:=
=20
stefan.schwarzer at grid.unep.ch=20
=
<DD><X-TAB> </X-TAB>Intern=
et:=20
<A href=3D"http://geodata.grid.unep.ch/"=20
=
eudora=3D"autourl">http://geodata.grid.unep.ch/</A></FONT><FONT =
size=3D3>=20
=
<DD><X-TAB> </X-TAB>______=
_________________________________=20
=
</DD></BLOCKQUOTE></DD></BLOCKQUOTE></DD></DL><BR><X-TAB> &nbs=
p; </X-TAB>_________________________________=
______<BR><BR></FONT><FONT=20
=
size=3D2><X-TAB> </X-TAB>S=
tefan=20
=
Schwarzer<BR><X-TAB> </X-T=
AB>Consultant=20
on=20
=
GEO<BR><BR><X-TAB> </X-TAB=
>UNEP/DEWA/GRID-Geneva<BR><X-TAB> &nbs=
p; </X-TAB>Chemin=20
des Anemones=20
=
11<BR><X-TAB> </X-TAB>CH =
-=20
1219=20
=
Chatelaine<BR><X-TAB> </X-=
TAB>Switzerland<BR><BR><X-TAB> &=
nbsp;</X-TAB>Tel:=20
(+41)=20
=
22.917.83.49<BR><X-TAB> </=
X-TAB>Fax:=20
(+41)=20
=
22.917.80.29<BR><BR><X-TAB> &nbs=
p;</X-TAB>Email:=20
=
stefan.schwarzer at grid.unep.ch<BR><X-TAB> &nb=
sp; </X-TAB>Internet:=20
<A href=3D"http://geodata.grid.unep.ch/"=20
eudora=3D"autourl">http://geodata.grid.unep.ch/</A><BR></FONT><FONT=20
=
size=3D3><X-TAB> </X-TAB>_=
______________________________________=20
=
</BLOCKQUOTE><BR><X-TAB> <=
/X-TAB>_______________________________________<BR><BR></FONT><FONT=20
=
size=3D2><X-TAB> </X-TAB>S=
tefan=20
=
Schwarzer<BR></B><X-TAB> <=
/X-TAB>Consultant=20
on=20
=
GEO<BR><BR><X-TAB> </X-TAB=
>UNEP/DEWA/GRID-Geneva<BR><X-TAB> &nbs=
p; </X-TAB>Chemin=20
des Anemones=20
=
11<BR><X-TAB> </X-TAB>CH =
- 1219=20
=
Chatelaine<BR><X-TAB> </X-=
TAB>Switzerland<BR><BR><X-TAB> &=
nbsp;</X-TAB>Tel:=20
(+41)=20
=
22.917.83.49<BR><X-TAB> </=
X-TAB>Fax:=20
(+41)=20
=
22.917.80.29<BR><BR><X-TAB> &nbs=
p;</X-TAB>Email:=20
=
stefan.schwarzer at grid.unep.ch<BR><X-TAB> &nb=
sp; </X-TAB>Internet:=20
<A href=3D"http://geodata.grid.unep.ch/"=20
eudora=3D"autourl">http://geodata.grid.unep.ch/</A><BR></FONT><FONT=20
=
size=3D3><X-TAB> </X-TAB>_=
______________________________________=20
<BR></FONT>
<BLOCKQUOTE></BLOCKQUOTE><X-SIGSEP>
<P></X-SIGSEP><FONT=20
=
size=3D3><X-TAB> </X-TAB>_=
______________________________________<BR><BR></FONT><FONT=20
=
size=3D2><X-TAB> </X-TAB><=
B>Stefan=20
=
Schwarzer<BR></B><X-TAB> <=
/X-TAB>Consultant=20
on=20
=
GEO<BR><BR><X-TAB> </X-TAB=
>UNEP/DEWA/GRID-Geneva<BR><X-TAB> &nbs=
p; </X-TAB>Chemin=20
des Anemones=20
=
11<BR><X-TAB> </X-TAB>CH =
- 1219=20
=
Chatelaine<BR><X-TAB> </X-=
TAB>Switzerland<BR><BR><X-TAB> &=
nbsp;</X-TAB>Tel:=20
(+41)=20
=
22.917.83.49<BR><X-TAB> </=
X-TAB>Fax:=20
(+41)=20
=
22.917.80.29<BR><BR><X-TAB> &nbs=
p;</X-TAB>Email:=20
=
stefan.schwarzer at grid.unep.ch<BR><X-TAB> &nb=
sp; </X-TAB>Internet:=20
<A href=3D"http://geodata.grid.unep.ch/"=20
eudora=3D"autourl">http://geodata.grid.unep.ch/</A><BR></FONT><FONT=20
=
size=3D3><X-TAB> </X-TAB>_=
______________________________________</FONT>=20
</P></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C2E7DF.FB4A8C34--
More information about the MapServer-users
mailing list