Changes between Version 58 and Version 59 of Styles/iD


Ignore:
Timestamp:
2024-05-25T06:15:37+02:00 (21 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/iD

    v58 v59  
    10531053    fill-color: service#809bc0;
    10541054}
    1055 way|z16-[highway=service][!area?][!service] {
     1055way|z16-[highway=service][!area?][!service][!tunnel] {
    10561056    width: 4;
    10571057    color: service#ffffff;
     
    10591059    casing-color: #444444;
    10601060}
    1061 way|z15[highway=service][!area?][!service] {
     1061way|z15[highway=service][!area?][!service][!tunnel] {
    10621062    width: 1.73;
    10631063    color: service#ffffff;
     
    10651065    casing-color: #444444;
    10661066}
    1067 way|z14[highway=service][!area?][!service] {
     1067way|z14[highway=service][!area?][!service][!tunnel] {
    10681068    width: 1;
    10691069    color: service#ffffff;
    10701070    casing-width: 0.2;
    10711071    casing-color: #444444;
     1072}
     1073way|z16-[highway=service][!area?][!service][tunnel] {
     1074    width: 4;
     1075    color: service#717171;
     1076    casing-width: 0.7;
     1077    casing-color: #585858;
     1078}
     1079way|z15[highway=service][!area?][!service][tunnel] {
     1080    width: 1.73;
     1081    color: service#717171;
     1082    casing-width: 0.5;
     1083    casing-color: #585858;
     1084}
     1085way|z14[highway=service][!area?][!service][tunnel] {
     1086    width: 1;
     1087    color: service#717171;
     1088    casing-width: 0.2;
     1089    casing-color: #585858;
    10721090}
    10731091way|z16-[highway=service][!area?][service] {
     
    13021320    text: eval(cond(has_tag_key(ref), concat(tag(name), " (", tag(ref), ")"), tag(name)));
    13031321}
    1304 area[highway=services] {
     1322area[highway=services]:closed {
    13051323    fill-color: services#c0c0c0;
    13061324}