Hi all,

I defined differents style for my roads data. This style are used to
classify the importance of the roads. So I made my style like this :

<Style name="secondaryRoads">
        <Rule>
          <Filter>[roads] = 'Less-important'</Filter>
             ...
       </Rule>
</Style>

<Style name="primaryRoads-text">
        <Rule>
          <Filter>[roads] = 'More-important'</Filter>
             ...
       </Rule>
</Style>

With this style everythings works fine.

But if i trie to do it like below, my roads 'less-important' is always above
the 'important roads so I wonder how Mapnik draw the tiles inside a style?

<Style name="secondaryRoads">
        <Rule>
          <Filter>[roads] = 'Less-important'</Filter>
             ...
       </Rule>
        <Rule>
          <Filter>[roads] = 'More-important'</Filter>
             ...
       </Rule>
</Style>

Thanks for your answer.

Best regards


-- 
View this message in context: 
http://www.nabble.com/In-which-order-Mapnik-draw-the-tiles-inside-a-style-tp23420181p23420181.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to