[Mapserver-users] SHOWING MapInfo's TAB VIA OGR

Marcelo Carrillo marcelito20 at hotmail.com
Fri May 21 19:56:20 EDT 2004


--------------Boundary-00=_W593QL80000000000000
Content-Type: Multipart/Alternative;
  boundary="------------Boundary-00=_W593LVC0000000000000"


--------------Boundary-00=_W593LVC0000000000000
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

 =0D
 Hi =0D
I tried the layer you sent to me but it doesn't work. I getting this erro=
r
messages in the log file:=0D
=0D
[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1] PHP Warning:=20
[MapServer Error]: msDrawMap(): Failed to draw layer named 'CALLES'.,
referer: http://localhost:2008/GPSFinder/php/GPSMain.php=0D
[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1]  in D:\Archivos de
programa\Apache Group\Apache2\htdocs\GPSFinder\php\render.php on line 31,
referer: http://localhost:2008/GPSFinder/php/GPSMain.php=0D
[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1] PHP Warning:=20
[MapServer Error]: msOGRFileOpen(): Open failed for OGR connection
`D:/Archivos de programa/Apache
Group/Apache2/htdocs/GPSFinder/data/CALLES_84_3.TAB'.  File not found or
unsupported format., referer: http://localhost:2008/GPSFinder/php/GPSMain
php=0D
[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1]  in D:\Archivos de
programa\Apache Group\Apache2\htdocs\GPSFinder\php\render.php on line 31,
referer: http://localhost:2008/GPSFinder/php/GPSMain.php=0D
[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1] PHP Fatal error:=20
Object expected as argument. in D:\Archivos de programa\Apache
Group\Apache2\htdocs\GPSFinder\php\render.php on line 69, referer: =0D
http://localhost:2008/GPSFinder/php/GPSMain.php=0D
=0D
Could you tell me what is happening?=0D
=0D
Thanks, anyway...=0D
-------Mensaje original-------=0D
 =0D
De: Merrett, Mike=0D
Fecha: 21/05/2004 13:19:24=0D
Para: 'mapserver-users at lists.gis.umn.edu'=0D
Asunto: re: [Mapserver-users] SHOWING MapInfo's TAB VIA OGR=0D
 =0D
   >Subject: [Mapserver-users] SHOWING MapInfo's TAB VIA OGR=0D
   >From: marcelito20 at hotmail.com (Marcelo Carrillo)=0D
   >Date: Thu, 20 May 2004 18:44:46 -0500=0D
   >=0D
 =0D
>------------------------------------------------------------------------=
---=0D
-----=0D
   >=0D
   >--------------Boundary-00=3D_MYD1G6G0000000000000=0D
   >Content-Type: Multipart/Alternative;=0D
   >  boundary=3D"------------Boundary-00=3D_MYD1BHK0000000000000"=0D
   >=0D
   >=0D
   >--------------Boundary-00=3D_MYD1BHK0000000000000=0D
   >Content-Type: Text/Plain;=0D
   >  charset=3D"iso-8859-1"=0D
   >Content-Transfer-Encoding: quoted-printable=0D
   >=0D
   >Hi MapUsers:=3D0D=0D
   >=3D0D=0D
   >I'm having trouble showing some MapInfo's .TAB's with mapserver via O=
GR,=0D
   >here's a part of my mapfile:=3D0D=0D
   >=3D0D=0D
   > LAYER=3D0D=0D
   >    NAME "CALLES"=3D0D=0D
   >    GROUP "Ciudad"=3D0D=0D
   >    STATUS ON=3D0D=0D
   >    #DATA "CALLES_84_3_text"=3D0D=0D
   > CONNECTIONTYPE OGR=3D0D=0D
   > CONNECTION "./data/CALLES_84_3.tab"=3D0D=0D
   >    TYPE ANNOTATION=3D0D=0D
   > UNITS METERS=3D0D=0D
   >    SIZEUNITS METERS=3D0D=0D
   >    MINSCALE 1000=3D0D=0D
   >    MAXSCALE 100000=3D0D=0D
   >    LABELITEM Textstring=3D0D=0D
   >    LABELANGLEITEM Text_angle=3D0D=0D
   > LABELSIZEITEM Text_size=3D0D=0D
   >    TOLERANCE 10=3D0D=0D
   >    TOLERANCEUNITS PIXELS=3D0D=0D
   >    CLASS=3D0D=0D
   >      LABEL=3D0D=0D
   >        TYPE BITMAP=3D0D=0D
   >        POSITION LR=3D0D=0D
   >  SIZE TINY=3D0D=0D
   >        COLOR 10 155 95=3D0D=0D
   >      END=3D0D=0D
   >      STYLE=3D0D=0D
   >        SYMBOL "CIRCLE"=3D0D=0D
   >    SIZE 5=3D0D=0D
   >        COLOR 255 100 51=3D0D=0D
   >      END=3D0D=0D
   >    END=3D0D=0D
   >  END=3D0D=0D
   > =3D0D=0D
   >What is wrong?, could someone tell me, please?=3D0D=0D
   >Thanks=0D
   >=0D
 =0D
Hi:=0D
   It could be that mapinfo tab files contain more than one type of data=0D
       try chaning the type from annotation to line, polygon or point and=
=0D
see if you see anything=0D
       (it looks like you are trying to put a circle on an annotation lay=
er=0D
which I think wont work=0D
 =0D
   I use this map file layer and it seems to work:=0D
 =0D
   layer=0D
   name "Overall Water - Text"=0D
   group "Overall Water"=0D
   connection=0D
"e:\GIS_Claims\gisdata\MapInfo\Engineering\Overall_drawings\test\Water_co=
mbi=0D
ned.tab"=0D
   connectiontype OGR=0D
   metadata=0D
    description "Overall Water - Text"=0D
   end=0D
   minscale 100=0D
   MAXSCALE 3000=0D
 =0D
   status off=0D
   type ANNOTATION=0D
   styleitem "auto"=0D
   class=0D
    name "Overall Water - Text"=0D
    keyimage "blue_a.png"=0D
   end=0D
  end=0D
 =0D
 =0D
 =0D
_______________________________________________=0D
Mapserver-users mailing list=0D
Mapserver-users at lists.gis.umn.edu=0D
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
--------------Boundary-00=_W593LVC0000000000000
Content-Type: Text/HTML;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-=
1">
<META content=3D"IncrediMail 1.0" name=3DGENERATOR>
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER>4.0</X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->
</HEAD>
<BODY style=3D"BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt; MARGIN: 5px=
 10px 10px; FONT-FAMILY: Arial" bgColor=3D#ffffff background=3D"" scroll=3D=
yes ORGYPOS=3D"0">
<TABLE id=3DINCREDIMAINTABLE cellSpacing=3D0 cellPadding=3D2 width=3D"100=
%" border=3D0>
<TBODY>
<TR>
<TD id=3DINCREDITEXTREGION style=3D"FONT-SIZE: 12pt; CURSOR: auto; FONT-F=
AMILY: Arial" width=3D"100%">
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>&nbsp;Hi </FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>I tried the layer you sent to me but i=
t doesn't work. I getting this error messages in the log file:</FONT></DI=
V>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>[Fri May 21 17:13:17 2004] [error] [cl=
ient 127.0.0.1] PHP Warning:&nbsp; [MapServer Error]: msDrawMap(): Failed=
 to draw layer named 'CALLES'., referer: </FONT><A href=3D"http://localho=
st:2008/GPSFinder/php/GPSMain.php"><FONT face=3DVerdana size=3D2>http://l=
ocalhost:2008/GPSFinder/php/GPSMain.php</FONT></A><BR><FONT face=3DVerdan=
a size=3D2>[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1]&nbsp; in=
 D:\Archivos de programa\Apache Group\Apache2\htdocs\GPSFinder\php\render=
=2Ephp on line 31, referer: </FONT><A href=3D"http://localhost:2008/GPSFi=
nder/php/GPSMain.php"><FONT face=3DVerdana size=3D2>http://localhost:2008=
/GPSFinder/php/GPSMain.php</FONT></A><BR><FONT face=3DVerdana size=3D2>[F=
ri May 21 17:13:17 2004] [error] [client 127.0.0.1] PHP Warning:&nbsp; [M=
apServer Error]: msOGRFileOpen(): Open failed for OGR connection `D:/Arch=
ivos de programa/Apache Group/Apache2/htdocs/GPSFinder/data/CALLES_84_3.T=
AB'.&nbsp; File not found or unsupported format., referer: </FONT><A href=
=3D"http://localhost:2008/GPSFinder/php/GPSMain.php"><FONT face=3DVerdana=
 size=3D2>http://localhost:2008/GPSFinder/php/GPSMain.php</FONT></A><BR><=
FONT face=3DVerdana size=3D2>[Fri May 21 17:13:17 2004] [error] [client 1=
27.0.0.1]&nbsp; in D:\Archivos de programa\Apache Group\Apache2\htdocs\GP=
SFinder\php\render.php on line 31, referer: </FONT><A href=3D"http://loca=
lhost:2008/GPSFinder/php/GPSMain.php"><FONT face=3DVerdana size=3D2>http:=
//localhost:2008/GPSFinder/php/GPSMain.php</FONT></A><BR><FONT face=3DVer=
dana size=3D2>[Fri May 21 17:13:17 2004] [error] [client 127.0.0.1] PHP F=
atal error:&nbsp; Object expected as argument. in D:\Archivos de programa=
\Apache Group\Apache2\htdocs\GPSFinder\php\render.php on line 69, referer=
: </FONT></DIV>
<DIV><A href=3D"http://localhost:2008/GPSFinder/php/GPSMain.php"><FONT fa=
ce=3DVerdana size=3D2>http://localhost:2008/GPSFinder/php/GPSMain.php</FO=
NT></A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Could you tell me what is happening?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks, anyway...</DIV>
<DIV id=3DIncrediOriginalMessage><I>-------Mensaje original-------</I></D=
IV>
<DIV>&nbsp;</DIV>
<DIV id=3Dreceivestrings>
<DIV dir=3Dltr style=3D"FONT-SIZE: 11pt" <i><B>De:</B></I> <A href=3D"mai=
lto:mike.merrett at city.whitehorse.yk.ca">Merrett, Mike</A></DIV>
<DIV dir=3Dltr style=3D"FONT-SIZE: 11pt" <i><B>Fecha:</B></I> 21/05/2004 =
13:19:24</DIV>
<DIV dir=3Dltr style=3D"FONT-SIZE: 11pt" <i><B>Para:</B></I> <A href=3D"m=
ailto:mapserver-users at lists.gis.umn.edu">'mapserver-users at lists.gis.umn.e=
du'</A></DIV>
<DIV dir=3Dltr style=3D"FONT-SIZE: 11pt" <i><B>Asunto:</B></I> re: [Mapse=
rver-users] SHOWING MapInfo's TAB VIA OGR</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; &gt;Subject: [Mapserver-users] SHOWING MapInfo's TAB VI=
A OGR</DIV>
<DIV>&nbsp;&nbsp; &gt;From: <A href=3D"mailto:marcelito20 at hotmail.com">ma=
rcelito20 at hotmail.com</A> (Marcelo Carrillo)</DIV>
<DIV>&nbsp;&nbsp; &gt;Date: Thu, 20 May 2004 18:44:46 -0500</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;----------------------------------------------------------------=
-----------</DIV>
<DIV>-----</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;&nbsp; &gt;--------------Boundary-00=3D_MYD1G6G0000000000000</=
DIV>
<DIV>&nbsp;&nbsp; &gt;Content-Type: Multipart/Alternative;</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;boundary=3D"------------Boundary-00=3D_=
MYD1BHK0000000000000"</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;&nbsp; &gt;--------------Boundary-00=3D_MYD1BHK0000000000000</=
DIV>
<DIV>&nbsp;&nbsp; &gt;Content-Type: Text/Plain;</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;charset=3D"iso-8859-1"</DIV>
<DIV>&nbsp;&nbsp; &gt;Content-Transfer-Encoding: quoted-printable</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;&nbsp; &gt;Hi MapUsers:=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;I'm having trouble showing some MapInfo's .TAB's wi=
th mapserver via OGR,</DIV>
<DIV>&nbsp;&nbsp; &gt;here's a part of my mapfile:=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt; LAYER=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;NAME "CALLES"=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;GROUP "Ciudad"=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;STATUS ON=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;#DATA "CALLES_84_3_text"=3D=
0D</DIV>
<DIV>&nbsp;&nbsp; &gt; CONNECTIONTYPE OGR=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt; CONNECTION "./data/CALLES_84_3.tab"=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;TYPE ANNOTATION=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt; UNITS METERS=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;SIZEUNITS METERS=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;MINSCALE 1000=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;MAXSCALE 100000=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;LABELITEM Textstring=3D0D</=
DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;LABELANGLEITEM Text_angle=3D=
0D</DIV>
<DIV>&nbsp;&nbsp; &gt; LABELSIZEITEM Text_size=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;TOLERANCE 10=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;TOLERANCEUNITS PIXELS=3D0D<=
/DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;CLASS=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LABEL=3D0D</DIV=
>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYP=
E BITMAP=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;POS=
ITION LR=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;SIZE TINY=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COL=
OR 10 155 95=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STYLE=3D0D</DIV=
>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SYM=
BOL "CIRCLE"=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;SIZE 5=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COL=
OR 255 100 51=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;END=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;&nbsp;&nbsp;END=3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt; =3D0D</DIV>
<DIV>&nbsp;&nbsp; &gt;What is wrong?, could someone tell me, please?=3D0D=
</DIV>
<DIV>&nbsp;&nbsp; &gt;Thanks</DIV>
<DIV>&nbsp;&nbsp; &gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hi:</DIV>
<DIV>&nbsp;&nbsp; It could be that mapinfo tab files contain more than on=
e type of data</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try chaning the type from annot=
ation to line, polygon or point and</DIV>
<DIV>see if you see anything</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (it looks like you are trying t=
o put a circle on an annotation layer</DIV>
<DIV>which I think wont work</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; I use this map file layer and it seems to work:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; layer</DIV>
<DIV>&nbsp;&nbsp; name "Overall Water - Text"</DIV>
<DIV>&nbsp;&nbsp; group "Overall Water"</DIV>
<DIV>&nbsp;&nbsp; connection</DIV>
<DIV>"e:\GIS_Claims\gisdata\MapInfo\Engineering\Overall_drawings\test\Wat=
er_combi</DIV>
<DIV>ned.tab"</DIV>
<DIV>&nbsp;&nbsp; connectiontype OGR</DIV>
<DIV>&nbsp;&nbsp; metadata</DIV>
<DIV>&nbsp;&nbsp;&nbsp; description "Overall Water - Text"</DIV>
<DIV>&nbsp;&nbsp; end</DIV>
<DIV>&nbsp;&nbsp; minscale 100</DIV>
<DIV>&nbsp;&nbsp; MAXSCALE 3000</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; status off</DIV>
<DIV>&nbsp;&nbsp; type ANNOTATION</DIV>
<DIV>&nbsp;&nbsp; styleitem "auto"</DIV>
<DIV>&nbsp;&nbsp; class</DIV>
<DIV>&nbsp;&nbsp;&nbsp; name "Overall Water - Text"</DIV>
<DIV>&nbsp;&nbsp;&nbsp; keyimage "blue_a.png"</DIV>
<DIV>&nbsp;&nbsp; end</DIV>
<DIV>&nbsp; end</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>_______________________________________________</DIV>
<DIV>Mapserver-users mailing list</DIV>
<DIV><A href=3D"mailto:Mapserver-users at lists.gis.umn.edu">Mapserver-users=
@lists.gis.umn.edu</A></DIV>
<DIV><A href=3D"http://lists.gis.umn.edu/mailman/listinfo/mapserver-users=
">http://lists.gis.umn.edu/mailman/listinfo/mapserver-users</A></DIV></TD=
></TR>
<TR>
<TD id=3DINCREDIFOOTER width=3D"100%">
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%">
<TBODY>
<TR>
<TD width=3D"100%"></TD>
<TD id=3DINCREDISOUND vAlign=3Dbottom align=3Dmiddle></TD>
<TD id=3DINCREDIANIM vAlign=3Dbottom align=3Dmiddle></TD></TR></TBODY></T=
ABLE></TD></TR></TBODY></TABLE><SPAN id=3DIncrediStamp><SPAN dir=3Dltr><F=
ONT face=3D"Arial, Helvetica, sans-serif" size=3D2>______________________=
___________________________________________<BR><FONT face=3D"Comic Sans M=
S" size=3D2><A href=3D"http://www.incredimail.com/redir.asp?ad_id=3D310&a=
mp;lang=3D10"><IMG alt=3D"" hspace=3D0 src=3D"cid:4D2936BF-D3D1-4934-A547=
-A12E5D9418BE" align=3Dbaseline border=3D0></A>&nbsp; <I>IncrediMail</I> =
- <B>El Email ha evolucionado finalmente</B> - </FONT><A href=3D"http://w=
ww.incredimail.com/redir.asp?ad_id=3D310&amp;lang=3D10"><FONT face=3D"Tim=
es New Roman" size=3D3><B><U>Haga clic aqu=ED</U></B></FONT></A></SPAN></=
SPAN></FONT></BODY></HTML>
--------------Boundary-00=_W593LVC0000000000000--

--------------Boundary-00=_W593QL80000000000000
Content-Type: image/gif;
  name="IMSTP.gif"
Content-Transfer-Encoding: base64
Content-ID: <4D2936BF-D3D1-4934-A547-A12E5D9418BE>

R0lGODlhFAAPALMIAP9gAM9gAM8vAM9gL/+QL5AvAGAvAP9gL////wAAAAAAAAAAAAAAAAAAAAAA
AAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAAIACwAAAAAFAAPAAAEVRDJSaudJuudrxlEKI6B
URlCUYyjKpgYAKSgOBSCDEuGDKgrAtC3Q/R+hkPJEDgYCjpKr5A8WK9OaPFZwHoPqm3366VKyeRt
E30tVVRscMHDqV/u+AgAIfkEBWQACAAsAAAAABQADwAABBIQyUmrvTjrzbv/YCiOZGmeaAQAIfkE
CRQACAAsAgABABAADQAABEoQIUOrpXIOwrsPxiQUheeRAgUA49YNhbCqK1kS9grQhXGAhsDBUJgZ
AL2Dcqkk7ogFpvRAokSn0p4PO6UIuUsQggSmFjKXdAgRAQAh+QQFCgAIACwAAAAAFAAPAAAEEhDJ
Sau9OOvNu/9gKI5kaZ5oBAAh+QQJFAAIACwCAAEAEAANAAAEShAhQ6ulcg7Cuw/GJBSF55ECBQDj
1g2FsKorWRL2CtCFcYCGwMFQmBkAvYNyqSTuiAWm9ECiRKfSng87pQi5SxCCBKYWMpd0CBEBACH5
BAVkAAgALAAAAAAUAA8AAAQSEMlJq7046827/2AojmRpnmgEADs=

--------------Boundary-00=_W593QL80000000000000--



More information about the mapserver-users mailing list