[Mapserver-users] Drawing lines only once

Steve Lime steve.lime at dnr.state.mn.us
Wed Feb 11 17:14:51 EST 2004


Nope, not without altering the underlying GIS data. We have the same
problem here with county boundaries and maintain 2 versions of the data.
On line-based version for map making and one polygon-based version for
everything else.

Steve

>>> David Mitchell <david.mitchell at telogis.com> 2/11/2004 3:13:43 PM
>>>
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.
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu 
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list