[mapserver-users] symbology rotation
KMR - Kåre Mølgård Rasmussen
KMR at orbicon.dk
Tue Apr 1 03:52:13 PDT 2008
Hi list (sorry if it is reposted - I´m not sure, if the first mail got around)
Currently I´m using mapserver 4.10 to display tab-files. Due to the fact, that I´m unable to get mapserver to display the right symbol (I use my own true type font)
I´ve mapped the neseccary symbols like this
SYMBOL
NAME "mysymbL"
TYPE TRUETYPE
FONT mytruetype
FILLED true
ANTIALIAS true
CHARACTER "L"
END
Then in the different layer definitions I do like this:
LAYER
NAME Water
TYPE POINT
STATUS OFF
CONNECTIONTYPE OGR
CONNECTION "/.../water.tab"
METADATA
"themename" "Water"
END
TOLERANCEUNITS meters
TOLERANCE 4
TEMPLATE "dummy.html"
CLASSITEM "W_TYPE"
CLASS
EXPRESSION "waterL"
COLOR 0 0 255
SYMBOL "mysymbL"
SIZE 1
END
END
My problem is that MapServer ignores the symbology angle used in the tab file. Does anyone have any suggestion to this problem
TIA
Kaare
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080401/4d564547/attachment.htm>
More information about the MapServer-users
mailing list