<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
If you draw it in two layers, one with the colour and width you want
for the bridges, and the other with the road line to go on top, you
will essentially cover up the end caps.&nbsp; The bridges layer would have
to come first in the mapfile, followed by the road line layer.<br>
<br>
Christy<br>
<font color="#c0c0c0">-- <br>
Christy Nieman<br>
GIS Technician<br>
DM Solutions Group, Inc.<br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:cnieman@dmsolutions.ca">cnieman@dmsolutions.ca</a><br>
Web: <a class="moz-txt-link-freetext" href="http://dmsolutions.ca">http://dmsolutions.ca</a><br>
Web: <a class="moz-txt-link-freetext" href="http://research.dmsolutions.ca">http://research.dmsolutions.ca</a></font><br>
<br>
On 02/03/2010 12:52 PM, Lime, Steve D (DNR) wrote:
<blockquote
 cite="mid:A7F7B3043D3BF0438F1206BAA3C9933C028B4BCF5A@MNMAIL05.ead.state.mn.us"
 type="cite">
  <pre wrap="">I don't believe this will get you the desired effect. You'll get the lines but you'll also get the line end caps. That's the real trick, turning those off. I'm not sure that you can.

Steve

-----Original Message-----
From: Fawcett, David (MPCA) 
Sent: Wednesday, February 03, 2010 10:13 AM
To: Lime, Steve D (DNR); tommasodb; <a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
Subject: RE: [mapserver-users] Rendering bridges

The feature that he is referencing is just a line segment with an additional attribute of 'bridge=yes'.  

    * bridge: yes
    * highway: trunk
    * layer: 1
    * name: Manchester Road
    * ref: A56

If you just wanted to use the road data and not create an additional bridges data set, you would likely need to split up the road features so that the segment that is a bridge is an individual feature.  

I haven't worked with any shapefile extracts from OSM, so the data may already be like this.   

Assuming that you have a line shapefile that has a column called 'bridge', you could set up two classes in your roads layer.  The first one would have an expression like ('[bridge] = 'yes') and the second class wouldn't have an expression so it would catch the rest of the lines.  

In the first class, you would stack two lines, the bottom one being the color of your bridge and wider than the roads line that will go on top of it.

David.

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a> [<a class="moz-txt-link-freetext" href="mailto:mapserver-users-bounces@lists.osgeo.org">mailto:mapserver-users-bounces@lists.osgeo.org</a>] On Behalf Of Lime, Steve D (DNR)
Sent: Wednesday, February 03, 2010 9:50 AM
To: tommasodb; <a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
Subject: RE: [mapserver-users] Rendering bridges

What feature type are bridges represented with in OpenStreetMap?

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a> [<a class="moz-txt-link-freetext" href="mailto:mapserver-users-bounces@lists.osgeo.org">mailto:mapserver-users-bounces@lists.osgeo.org</a>] On Behalf Of tommasodb
Sent: Wednesday, February 03, 2010 6:08 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
Subject: [mapserver-users] Rendering bridges

Hallo list,

how can I render road bridges, like in mapnik?
(Example: 
<a class="moz-txt-link-freetext" href="http://www.openstreetmap.org/?lat=53.398022&amp;lon=-2.352222&amp;zoom=18&amp;layers=null">http://www.openstreetmap.org/?lat=53.398022&amp;lon=-2.352222&amp;zoom=18&amp;layers=null</a>)
Which symbol can I use?

Greets,
Tom
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
  </pre>
</blockquote>
<div class="moz-signature"><br>
</div>
</body>
</html>