[Mapserver-users] mapplet/Jbox problem - again

Ioannis Kanellopoulos ioannis.kanellopoulos@jrc.it
Tue, 27 May 2003 18:34:08 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C3247E.8F96A680
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0012_01C3247E.8F96A680"


------=_NextPart_001_0012_01C3247E.8F96A680
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Dear All,

A couple of weeks ago I posted a message about some problems I =
encountered with mapplet and jBox. Unfortunately I have not been able to =
solve the problem yet, even though Richard Greenwood provided a couple =
of suggestions.=20

Below I include the jBox version of the html template hoping that =
someone can localise the problem. with the file below the redraw does =
not happen unless I use the refresh button. I use Mozilla1.3 or IE 6. =
and I have the problem on both RedHat 8.0 amd W2K. Note that if I =
substitute the jBox routines below with the mapplet routines and use the =
mapplet applet then it works properly (with mapplet I have a problem =
making the box on/off properly).=20

the file below is the standard demo file with the additional jBox =
javascript & applet.=20

I would very much appreciate any further suggestions on this. Thanks a =
lot for your help

Ioannis


<html>
<head><title></title>
<script language=3D"JavaScript">

        function setbox_handler(name, minx, miny, maxx, maxy, redraw) {
          document.mapserv.imgbox.value =3D minx + " " + miny + " " + =
maxx + " " + maxy;
          document.mapserv.imgxy.value =3D minx + " " + miny;
   =20
    if (redraw)=20
   document.mapserv.submit();

        }
        function seterror_handler(message) {
          alert(message);
        }=20
</script>
  =20
</head>
<body bgcolor=3D#FFFFFF>

<center><h1>Map Server Demo</h1></center>
<hr>

<form name=3D"mapserv" method=3D"get"  action=3D"[program]">
<center>
<table border=3D0 cellspacing=3D0 cellpadding=3D4 bgcolor=3Dcyan>
 <tr>
  <td valign=3D"top" align=3Dcenter>
   <table cellpadding=3D"0" cellspacing=3D"0" border=3D"0">
    <tr>
    <td colspan=3D"2">
    <applet codebase=3D"/java/jBox" code=3D"jBox.class" width=3D"600"
                 height=3D"600" name=3D"jBox" MAYSCRIPT>
                 <param name=3D"image" value=3D"http://[host][img]">
      <param name=3D"jitter" value=3D"10">
         <param name=3D"thickness" value=3D"2">
         <param name=3D"color" value=3D"black">
    </applet>

    <!-- <INPUT NAME=3D"img" TYPE=3D"image" SRC=3D"[img]" width=3D1050 =
height=3D600 border=3D0></td>
    -->
    </tr>
   </table>
   <table>
    <tr>
     <td align=3D"center"><img src=3D"[scalebar]"></td>
    </tr>
   </table>
  </td>
  <td valign=3D"top" bgcolor=3D#ffffff>
   <table cellpadding=3D"5" cellspacing=3D"0" border=3D"0" =
bgcolor=3D"#ffffff">
    <tr><td>
      <center><input type=3D"submit" value=3D"Refresh/Query"></center>
      <p>

      <input type=3D"radio" name=3D"mode" value=3D"browse" checked> =
<b>Browse map</b><br>
      <input type=3D"radio" name=3D"mode" value=3D"query"> <b>Query =
feature</b><br>
      <input type=3D"radio" name=3D"mode" value=3D"nquery"> <b>Query =
multiple features</b>

      <hr>

      <p>
      <b>Select Layers to Display: </b><br>
      <select multiple name=3D"layer" size=3D3>
        <option value=3D"airports" [airports_select]> Airports
        <option value=3D"cities" [cities_select]> Cities
        <option value=3D"lakespy2" [lakespy2_select]> Lakes & Rivers
        <option value=3D"dlgstln2" [dlgstln2_select]> Streams
        <option value=3D"roads" [roads_select]> Roads
        <option value=3D"twprgpy3" [twprgpy3_select]> Townships
      </select>

      <p>
      Zoom In <input type=3Dradio name=3Dzoomdir value=3D1 =
[zoomdir_1_check]>=20
      Pan <input type=3Dradio name=3Dzoomdir value=3D0 =
[zoomdir_0_check]>
      Zoom Out <input type=3Dradio name=3Dzoomdir value=3D-1 =
[zoomdir_-1_check]>
      <p>
      Zoom Size <input type=3Dtext name=3Dzoomsize size=3D4 =
value=3D[zoomsize]>
      <p>

      <font size=3D+1><b>Legend</b></font><br><hr>
      <img src=3D"[legend]"><hr>

      <p>
      <center><INPUT NAME=3D"ref" TYPE=3D"image" SRC=3D"[ref]" =
border=3D"0"></center>
    </td></tr></table>

  </td></tr>
</table>
</center>

<input type=3D"hidden" name=3D"imgxy" value=3D"524.5 299.5">
<input type=3D"hidden" name=3D"imgext" value=3D"[mapext]">
<input type=3D"hidden" name=3D"map" value=3D"[map]">
<input type=3D"hidden" name=3D"savequery" value=3D"true">
<input type=3D"hidden" name=3D"imgbox" value=3D"-1 -1 -1 -1">

<input type=3D"hidden" name=3D"program" value=3D"[program]">
<input type=3D"hidden" name=3D"map_web_imagepath" =
value=3D"[map_web_imagepath]">
<input type=3D"hidden" name=3D"map_web_imageurl" =
value=3D"[map_web_imageurl]">

</form>

</body></html>


Ioannis Kanellopoulos
Institute for the Environment and Sustainability
Land Management Unit,=20
TP 262, 21020 Ispra(VA), Italy.
Tel: +39 0332785115
Fax: +39 0332789803

web: http://ies.jrc.cec.eu.int, http://ams.egeo.sai.jrc.it
e-mail: ioannis.kanellopoulos@jrc.it, i.kanellopoulos@computer.org
------=_NextPart_001_0012_01C3247E.8F96A680
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Dear All,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>A couple of weeks ago I posted a =
message about some=20
problems I encountered with mapplet and jBox. Unfortunately I have not =
been able=20
to solve the problem yet, even though Richard Greenwood provided a =
couple of=20
suggestions. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Below I include the jBox version of the =
html=20
template hoping that someone can localise the problem.&nbsp;with the =
file below=20
the redraw does not happen unless I use the refresh button. I use =
Mozilla1.3 or=20
IE 6. and I have the problem on both RedHat 8.0 amd W2K. Note that if I=20
substitute the jBox routines below with the mapplet routines and use the =
mapplet=20
applet then it works properly (with mapplet I have a problem making the =
box=20
on/off properly). </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>the file below is the standard demo =
file with the=20
additional jBox javascript &amp; applet. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I would very much appreciate any =
further=20
suggestions on this. Thanks a lot for your help</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Ioannis</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>&lt;html&gt;<BR>&lt;head&gt;&lt;title&gt;&lt;/title&gt;<BR>&lt;s=
cript=20
language=3D"JavaScript"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function=20
setbox_handler(name, minx, miny, maxx, maxy, redraw)=20
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
document.mapserv.imgbox.value =3D minx + " " + miny + " " + maxx + " " + =

maxy;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
document.mapserv.imgxy.value =3D minx + " " + =
miny;<BR>&nbsp;&nbsp;&nbsp;=20
<BR>&nbsp;&nbsp;&nbsp; if (redraw)=20
<BR>&nbsp;&nbsp;&nbsp;document.mapserv.submit();</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function=20
seterror_handler(message)=20
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
alert(message);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }=20
<BR>&lt;/script&gt;<BR>&nbsp;&nbsp; <BR>&lt;/head&gt;<BR>&lt;body=20
bgcolor=3D#FFFFFF&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;center&gt;&lt;h1&gt;Map=20
Server&nbsp;Demo&lt;/h1&gt;&lt;/center&gt;<BR>&lt;hr&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;form name=3D"mapserv" =
method=3D"get"&nbsp;=20
action=3D"[program]"&gt;<BR>&lt;center&gt;<BR>&lt;table border=3D0 =
cellspacing=3D0=20
cellpadding=3D4 =
bgcolor=3Dcyan&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&lt;td=20
valign=3D"top" align=3Dcenter&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;table =
cellpadding=3D"0"=20
cellspacing=3D"0"=20
border=3D"0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&nb=
sp;&nbsp;&lt;td=20
colspan=3D"2"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;applet =
codebase=3D"/java/jBox"=20
code=3D"jBox.class"=20
width=3D"600"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; height=3D"600" name=3D"jBox"=20
MAYSCRIPT&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&lt;param name=3D"image" value=3D"<A=20
href=3D"http://[host][img">http://[host][img</A>]"&gt;<BR>&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&lt;param=20
name=3D"jitter" value=3D"10"&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=3D"thickness"=20
value=3D"2"&gt;<BR>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param=20
name=3D"color"=20
value=3D"black"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/applet&gt;</FONT></DI=
V>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- =
&lt;INPUT=20
NAME=3D"img" TYPE=3D"image" SRC=3D"[img]" width=3D1050 height=3D600=20
border=3D0&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<BR>&nbsp;&nbs=
p;&nbsp;&nbsp;&lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/table&gt;<BR>&nbsp;&n=
bsp;&nbsp;&lt;table&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<BR>&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&lt;td=20
align=3D"center"&gt;&lt;img=20
src=3D"[scalebar]"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<=
BR>&nbsp;&nbsp;&nbsp;&lt;/table&gt;<BR>&nbsp;&nbsp;&lt;/td&gt;<BR>&nbsp;&=
nbsp;&lt;td=20
valign=3D"top" bgcolor=3D#ffffff&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;table =
cellpadding=3D"5"=20
cellspacing=3D"0" border=3D"0" =
bgcolor=3D"#ffffff"&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&lt;tr&gt;&lt;td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;center&gt;&lt;input=20
type=3D"submit"=20
value=3D"Refresh/Query"&gt;&lt;/center&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
&lt;p&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input=20
type=3D"radio" name=3D"mode" value=3D"browse" checked&gt; =
&lt;b&gt;Browse=20
map&lt;/b&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input =
type=3D"radio"=20
name=3D"mode" value=3D"query"&gt; &lt;b&gt;Query=20
feature&lt;/b&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input=20
type=3D"radio" name=3D"mode" value=3D"nquery"&gt; &lt;b&gt;Query =
multiple=20
features&lt;/b&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;hr&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;p&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;b&gt;Select Layers to =
Display:=20
&lt;/b&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select =
multiple=20
name=3D"layer" size=3D3&gt;</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option value=3D"airports" [airports_select]&gt;=20
Airports<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option =
value=3D"cities"=20
[cities_select]&gt; Cities<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

&lt;option value=3D"lakespy2" [lakespy2_select]&gt; Lakes &amp;=20
Rivers<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option =
value=3D"dlgstln2"=20
[dlgstln2_select]&gt; =
Streams<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option value=3D"roads" [roads_select]&gt;=20
Roads<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option =
value=3D"twprgpy3"=20
[twprgpy3_select]&gt; Townships<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;/select&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;p&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Zoom In &lt;input =
type=3Dradio=20
name=3Dzoomdir value=3D1 [zoomdir_1_check]&gt; =
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Pan &lt;input type=3Dradio name=3Dzoomdir value=3D0=20
[zoomdir_0_check]&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Zoom Out =
&lt;input=20
type=3Dradio name=3Dzoomdir value=3D-1=20
[zoomdir_-1_check]&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;p&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Zoom Size &lt;input =
type=3Dtext=20
name=3Dzoomsize size=3D4 =
value=3D[zoomsize]&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;p&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;font =

size=3D+1&gt;&lt;b&gt;Legend&lt;/b&gt;&lt;/font&gt;&lt;br&gt;&lt;hr&gt;<B=
R>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;img src=3D"[legend]"&gt;&lt;hr&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;p&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;center&gt;&lt;INPUT =
NAME=3D"ref"=20
TYPE=3D"image" SRC=3D"[ref]" =
border=3D"0"&gt;&lt;/center&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;=20
&lt;/td&gt;&lt;/tr&gt;<BR>&lt;/table&gt;<BR>&lt;/center&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;input type=3D"hidden" =
name=3D"imgxy" value=3D"524.5=20
299.5"&gt;<BR>&lt;input type=3D"hidden" name=3D"imgext"=20
value=3D"[mapext]"&gt;<BR>&lt;input type=3D"hidden" name=3D"map"=20
value=3D"[map]"&gt;<BR>&lt;input type=3D"hidden" name=3D"savequery"=20
value=3D"true"&gt;<BR>&lt;input type=3D"hidden" name=3D"imgbox" =
value=3D"-1 -1 -1=20
-1"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;input type=3D"hidden" =
name=3D"program"=20
value=3D"[program]"&gt;<BR>&lt;input type=3D"hidden" =
name=3D"map_web_imagepath"=20
value=3D"[map_web_imagepath]"&gt;<BR>&lt;input type=3D"hidden"=20
name=3D"map_web_imageurl" value=3D"[map_web_imageurl]"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/form&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/body&gt;&lt;/html&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Ioannis Kanellopoulos<BR>Institute for =
the=20
Environment and Sustainability<BR>Land Management Unit, </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>TP 262, 21020 Ispra(VA), Italy.<BR>Tel: =
+39=20
0332785115<BR>Fax: +39 0332789803</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>web: <A=20
href=3D"http://ies.jrc.cec.eu.int">http://ies.jrc.cec.eu.int</A>, <A=20
href=3D"http://ams.egeo.sai.jrc.it">http://ams.egeo.sai.jrc.it</A><BR>e-m=
ail: <A=20
href=3D"mailto:ioannis.kanellopoulos@jrc.it">ioannis.kanellopoulos@jrc.it=
</A>, <A=20
href=3D"mailto:i.kanellopoulos@computer.org">i.kanellopoulos@computer.org=
</A></FONT></DIV></BODY></HTML>

------=_NextPart_001_0012_01C3247E.8F96A680--

------=_NextPart_000_0011_01C3247E.8F96A680
Content-Type: text/x-vcard;
	name="Ioannis Kanellopoulos.vcf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="Ioannis Kanellopoulos.vcf"

BEGIN:VCARD
VERSION:2.1
N:Kanellopoulos;Ioannis
FN:Ioannis Kanellopoulos
NICKNAME:me
ORG:Land Cover - Land Use Unit
TEL;WORK;VOICE:+39 0332785115
TEL;WORK;FAX:+39 0332789803
ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;Institute for the Environment & =
Sustainability=3D0A European Commission, Joi=3D
nt Research Centre;TP 262;Ispra - (VA);I-21020;Italy
LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:Institute for the Environment & =
Sustainability=3D0A European Commission, Joint=3D
 Research Centre=3D0D=3D0ATP 262, Ispra - (VA) I-21020=3D0D=3D0AItaly
URL;WORK:http://ams.egeo.sai.jrc.it
EMAIL;PREF;INTERNET:ioannis.kanellopoulos@jrc.it
REV:20030527T163408Z
END:VCARD

------=_NextPart_000_0011_01C3247E.8F96A680--

_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users