[Mapserver-users] Drawing lines only once
David Mitchell
david.mitchell at telogis.com
Wed Feb 11 13:13:43 PST 2004
I want to effectively draw boundaries of countries. Currently I have
POLYGON data for each country and I want to draw the outlines for the
countries but I only want to draw outlines where two countries meet
once. My outline is defined as so:
CLASS
COLOR 252 226 120
SIZE 5
SYMBOL 'solid'
STYLE
SYMBOL 'country_dash'
SIZE 1
COLOR 0 0 0
END
END
SYMBOL # country_dash
ANTIALIAS TRUE
NAME 'country_dash'
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 1 3 10 3 END
END
So I am trying to get a thick solid yellow line with a thin black dots
and dashed centreline. The problem is that this gets drawn twice because
two countries of course share the same boundary so each draws its
outline. Is there any way to only draw this boundary once?
--
David Mitchell
Software Engineer
Telogis
NOTICE:
This message (including any attachments) contains CONFIDENTIAL
INFORMATION intended for a specific individual and purpose, and
is protected by law. If you are not the intended recipient,
you should delete this message and are hereby notified that any
disclosure, copying, or distribution of this message, or the
taking of any action based on it, is strictly prohibited.
More information about the MapServer-users
mailing list