labelling from multiple columns

Armin Burger armin.burger at GMX.NET
Sun Oct 2 10:14:51 EDT 2005


Tom

I just know a workaround with PostGIS layers concatenating 2 fields, like

DATA "the_geom from (select the_geom, oid, field1 ||' '|| field1 as 
label from yourtable) AS new_table USING UNIQUE oid USING SRID=4326"
...
LABELITEM "label"


Armin

Kralidis,Tom [Burlington] wrote:
> Hi,
> 
> Is it possible to assign a LABELITEM based on two fields?
> 
> Thanks
> 
> ..Tom
> 
> 



More information about the mapserver-users mailing list