[mapserver-users] symbology rotation
Fawcett, David
David.Fawcett at state.mn.us
Tue Apr 1 06:17:00 PDT 2008
You are using a very old version of MapSever. Are you sure that 4.1 supports symbology rotation? I can't remember when that feature was added.
I suggest upgrading to a more recent version of MapServer.
David.
-----Original Message-----
From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of KMR - Kåre Mølgård Rasmussen
Sent: Tuesday, April 01, 2008 5:52 AM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] symbology rotation
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/7bce9824/attachment.htm>
More information about the MapServer-users
mailing list