Changes between Version 9 and Version 10 of Styles/SerbianStreetNamesAndRefsColouring


Ignore:
Timestamp:
2021-08-05T18:51:20+02:00 (5 years ago)
Author:
Pedja
Comment:

better handling nonimportant ways

Legend:

Unmodified
Added
Removed
Modified
  • Styles/SerbianStreetNamesAndRefsColouring

    v9 v10  
    1515        This helps visualy track editing status of streets by colouring them:
    1616
    17         Gray:   
     17        Gray and thin:   
    1818          - Everything that is not important for editing street names and refs
    1919          - Ways that have no name set but do have noname tag set, meaning there is no name for the way
     
    3838way[highway] {
    3939        color : Gray;
    40         width:5;
     40        width:1;
    4141}
    4242
     
    5050way[highway][!name][!noname] {
    5151        color : Orange;
     52        width:5;
    5253}
    5354
     
    5556way[highway][name] {
    5657        color : OrangeRed;
     58        width:5;
    5759}
     60
     61way[highway=path][!name] {
     62  background-color: Black;
     63  color : DarkGray;
     64  width:1;
     65 
     66}
     67
     68way[highway=track][!name] {
     69  background-color: Black;
     70  color : DarkGray;
     71  width:1;
     72 
     73}
     74
     75
    5876
    5977way[highway][name][ref:RS:ulica] {