Changes between Version 19 and Version 20 of Styles/Coloured_Postcode


Ignore:
Timestamp:
2025-01-09T11:26:29+01:00 (12 months ago)
Author:
Geozeisig
Comment:

No postcode at highways is actually not a mistake

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Postcode

    v19 v20  
    935935}
    936936
    937 /* have highway, miss postal_code */
    938 way[highway=residential][!postal_code],
    939 way[highway=primary][name][!postal_code],
    940 way[highway=primary_link][name][!postal_code],
    941 way[highway=tertiary][name][!postal_code],
    942 way[highway=tertiary_link][name][!postal_code],
    943 way[highway=secondary][name][!postal_code],
    944 way[highway=secondary_link][name][!postal_code],
    945 way[highway=pedestrian][name][!postal_code],
    946 way[highway=living_street][name][!postal_code]
    947 {
    948         text: eval("postal_code?");
    949         font-size: 12;
    950         color: red;
    951         width: 5;
    952         dashes: 20,4;
    953         dashes-background-color: #FFFF00;
    954 }
    955937
    956938/* highlight boundary */