Changeset 18270 in josm for trunk/resources/styles/standard


Ignore:
Timestamp:
2021-10-10T21:51:02+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #20270 - Add man_made=utility_pole (patch by taylor.smock and francois.lacombe, reviewed by skyper)

File:
1 edited

Legend:

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

    r18269 r18270  
    17861786node[man_made=communications_tower] {
    17871787    icon-image: "presets/tower/communications_tower.svg";
     1788    set icon_z17;
     1789}
     1790node|z17-[man_made=utility_pole][utility][utility!=power][utility!=street_lighting]::utility_casing {
     1791    utility_casing: #fdfdf8;
     1792}
     1793node|z17-[man_made=utility_pole][utility=gas]::utility_casing {
     1794    utility_casing: #ffff00;
     1795}
     1796node|z17-[man_made=utility_pole][utility=oil]::utility_casing {
     1797    utility_casing: #708090;
     1798}
     1799node|z17-[man_made=utility_pole][utility=telecom]::utility_casing,
     1800node|z17-[man_made=utility_pole][utility=television]::utility_casing {
     1801    utility_casing: #21bd00;
     1802}
     1803node|z17-[man_made=utility_pole][utility=water]::utility_casing {
     1804    utility_casing: #2090cf;
     1805}
     1806node|z17-[man_made=utility_pole][utility=sewerage]::utility_casing {
     1807    utility_casing: #1d5575;
     1808}
     1809node|z17-[man_made=utility_pole][utility=waste]::utility_casing {
     1810    utility_casing: #ee82ee;
     1811}
     1812node[man_made=utility_pole].utility_casing::utility_casing {
     1813    symbol-fill-color: prop("utility_casing");
     1814    symbol-shape: circle;
     1815    symbol-size: 12;
     1816}
     1817node[man_made=utility_pole] {
     1818    icon-image: "presets/tower/pole.svg";
     1819    set icon_z17;
     1820}
     1821node[man_made=utility_pole][utility~=power] {
     1822    icon-image: "presets/power/pole.svg";
     1823    set icon_z17;
     1824}
     1825node[man_made=utility_pole][utility~=street_lighting] {
     1826    icon-image: "presets/tower/pole_street_light.svg";
    17881827    set icon_z17;
    17891828}
Note: See TracChangeset for help on using the changeset viewer.