OGR Join and class {Scanned}
Alberto Gomez
agomez at CCCMM.CESGA.ES
Fri May 27 01:08:25 PDT 2005
Hi Siki,
Try to replace
> CLASSITEM "ms.MYCOL"
by CLASSITEM "kafold.MYCOL"
I hope this help,
Alberto
----- Original Message -----
From: "Siki Zoltan" <siki at AGT.BME.HU>
To: <MAPSERVER-USERS at LISTS.UMN.EDU>
Sent: Thursday, May 26, 2005 10:55 PM
Subject: [UMN_MAPSERVER-USERS] OGR Join and class {Scanned}
> Hi,
>
> I would like to define classes based on an OGR Joined (ODBC) column.
> I was not able to make the class definitions.
> My layer definition looks like:
>
> LAYER
> NAME test
> CONNECTIONTYPE OGR
> CONNECTION kafold.shp
> DATA "SELECT kafold.*, ms.* FROM kafold LEFT JOIN
> 'ODBC:admin/xxx at mydb'.ms ON kafold.hrsz=ms.hrsz"
> TYPE POLIGON
> STATUS DEFAULT
> CLASSITEM "ms.MYCOL"
> CLASS
> EXPRESSION /x/
> COLOR 255 0 0
> OUTLINECOLOR 0 0 0
> END
> END
>
> If I remove CLASSITEM and EXPRESSION line the layer is drawn, so the DATA
> definition is good.
> I also tried to to remove CLASSITEM and give an expression like
> EXPRESSION ('[ms.MYCOL]' = 'x')
>
> I get an error massage in the apache error log
> libpng warning Incomplete compressed datastream in iCCP chunk
>
> Any idea?
>
> Thanks
> Zoltan
>
>
>
>
>
More information about the MapServer-users
mailing list