I'm not sure about this but AFAIK MapServer draws features in the order they are returned by the query. For Shapefiles there is the sortshp utility. If you're on a relational database like PostGIS or OracleSpatial you can try including the "ORDER BY prio" within the DATA. But since MS wraps it into a subquery the database might still return the features out of order.
> -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:mapserver-users- > [email protected]] Im Auftrag von Vladimir > Gesendet: Donnerstag, 12. Februar 2015 12:02 > An: [email protected] > Betreff: [mapserver-users] the lines one above other > > Hello All! > > > > The task is to show multilevel junction of highway. > The lines should be at the same layer and has the same style, for example > see orange lines on attached pic: > [img]http://s14.postimg.org/yk40e0nq9/crossroad.jpg[/img] > Is it possible to draw the lines one above other by an one layer? > May be some method of Z-index for features in a layer exists? > Thanks for any guidance to display this kind of crossroads. > > Vladimir _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
