Changeset 18400 in josm for trunk/resources/styles


Ignore:
Timestamp:
2022-03-13T13:46:52+01:00 (2 years ago)
Author:
stoecker
Message:

fix #20963 - patch by skyper - improve build presets, fix svg mime types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/styles/standard/elemstyles.mapcss

    r18324 r18400  
    332332    fill-color: buildingpart#dcbbbb;
    333333}
     334area[building=construction][!construction] {
     335    fill-color: building#cb9999;
     336    width: 1;
     337    color: construction#ffff00;
     338    dashes: 9,9;
     339}
     340area[building=construction][construction] {
     341    z-index: 1;
     342    fill-color: buildingpart#dcbbbb;
     343    width: 1;
     344    dashes: 9,9;
     345    casing-width: 1;
     346    casing-color: construction#ffff00;
     347    casing-linecap: round;
     348    casing-dashes: 9,9;
     349}
    334350node[building][!building?!] {
    335351    icon-image: "presets/landmark/building.svg";
     
    346362node[building=transformer_tower] {
    347363    icon-image: "presets/power/transformer_tower.svg";
     364    set icon_z17;
     365}
     366node[building=construction] {
     367    icon-image: "presets/landmark/building_construction.svg";
    348368    set icon_z17;
    349369}
Note: See TracChangeset for help on using the changeset viewer.