Changes between Version 48 and Version 49 of Styles/iD


Ignore:
Timestamp:
2024-05-10T15:05:02+02:00 (22 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/iD

    v48 v49  
    918918    casing-color: #444444;
    919919}
    920 way|z16-[highway=construction][!tunnel] {
    921     width: 6;
    922     z-index: 0.01;
    923     dashes: 9,9;
    924     dashes-background-color: construction#ffffff;
    925     color: construction#fc6c14;
    926     opacity: 1;
    927 }
    928 way|z15[highway=construction][!tunnel] {
    929     width: 3.46;
    930     z-index: 0.01;
    931     dashes: 9,9;
    932     dashes-background-color: construction#ffffff;
    933     color: construction#fc6c14;
    934     opacity: 1;
    935 }
    936 way|z-14[highway=construction][!tunnel] {
    937     width: 2;
    938     z-index: 0.01;
    939     dashes: 9,9;
    940     dashes-background-color: construction#ffffff;
    941     color: construction#fc6c14;
    942     opacity: 1;
    943 }
    944 way|z16-[highway=construction][tunnel] {
    945     width: 6;
    946     z-index: 0.01;
    947     dashes: 9,9;
    948     dashes-background-color: construction#808080;
    949     color: construction#a67a60;
    950     opacity: 1;
    951 }
    952 way|z15[highway=construction][tunnel] {
    953     width: 3.46;
    954     z-index: 0.01;
    955     dashes: 9,9;
    956     dashes-background-color: construction#808080;
    957     color: construction#a67a60;
    958     opacity: 1;
    959 }
    960 way|z-14[highway=construction][tunnel] {
    961     width: 2;
    962     z-index: 0.01;
    963     dashes: 9,9;
    964     dashes-background-color: construction#808080;
    965     color: construction#a67a60;
    966     opacity: 1;
    967 }
    968920way[highway=escape] {
    969921    width: 3;
     
    11541106    z-index: 0.009;
    11551107}
    1156 way[highway=footway][area?], relation[type=multipolygon][highway=footway] {
    1157     fill-color: foot#00ff00;
    1158 }
    1159 way[highway=footway][!area?] {
     1108way[highway=footway][area], relation[type=multipolygon][highway=footway] {
     1109    fill-color: foot#adadad;
     1110}
     1111way[highway=footway][!area] {
    11601112    width: 3.3;
    11611113    color: foot#998888;
     
    11841136
    11851137way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
    1186     width: 3;
    1187     color: foot#00ff00;
    1188     fill-color: foot#00ff00;
    1189 }
    1190 way[highway=pedestrian] {
     1138    fill-color: pedestrian#adadad;
     1139}
     1140way[highway=pedestrian][!area?] {
    11911141    width: 3.3;
    11921142    color: foot#ffffff;
     
    13651315    set icon_z17;
    13661316}
    1367 way[highway=construction] {
    1368     width: 2;
    1369     color: construction#ffff00;
     1317way|z16-[highway=construction][!tunnel] {
     1318    width: 6;
     1319    z-index: 0.01;
    13701320    dashes: 9,9;
     1321    dashes-background-color: livingdashed#ffffff;
     1322    color: street#FC6C14;
     1323    casing-width: 1;
     1324    casing-color: #C0C0C0;
     1325    opacity: 1;
     1326}
     1327way|z15[highway=construction][!tunnel] {
     1328    width: 3.46;
     1329    z-index: 0.01;
     1330    dashes: 6,6;
     1331    dashes-background-color: livingdashed#ffffff;
     1332    color: street#FC6C14;
     1333    casing-width: 1;
     1334    casing-color: #C0C0C0;
     1335    opacity: 1;
     1336}
     1337way|z-14[highway=construction][!tunnel] {
     1338    width: 2;
     1339    z-index: 0.01;
     1340    dashes: 3,3;
     1341    dashes-background-color: livingdashed#ffffff;
     1342    color: street#FC6C14;
     1343    casing-width: 1;
     1344    casing-color: #C0C0C0;
     1345    opacity: 1;
     1346}
     1347way|z16-[highway=construction][tunnel] {
     1348    width: 6;
     1349    z-index: 0.01;
     1350    dashes: 9,9;
     1351    dashes-background-color: livingdashed#808080;
     1352    color: street#A67A60;
     1353    casing-width: 1;
     1354    casing-color: #4A4A4A;
     1355    opacity: 1;
     1356}
     1357way|z15[highway=construction][tunnel] {
     1358    width: 3.46;
     1359    z-index: 0.01;
     1360    dashes: 6,6;
     1361    dashes-background-color: livingdashed#808080;
     1362    color: street#A67A60;
     1363    casing-width: 1;
     1364    casing-color: #4A4A4A;
     1365    opacity: 1;
     1366}
     1367way|z-14[highway=construction][tunnel] {
     1368    width: 2;
     1369    z-index: 0.01;
     1370    dashes: 3,3;
     1371    dashes-background-color: livingdashed#808080;
     1372    color: street#A67A60;
     1373    casing-width: 1;
     1374    casing-color: #4A4A4A;
     1375    opacity: 1;
    13711376}
    13721377node[highway=construction] {
     
    28102815area[amenity=car_wash],
    28112816area[amenity=taxi],
    2812 area[amenity=fuel] {
     2817area[amenity=fuel],
     2818 area[amenity=driver_training]{
    28132819    fill-color: amenity_traffic#adadad;
    28142820}