Changeset 17525 in josm for trunk/resources/styles


Ignore:
Timestamp:
2021-02-22T16:25:44+01:00 (4 years ago)
Author:
Don-vip
Message:

see #20447 - add hazard tags

File:
1 edited

Legend:

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

    r17468 r17525  
    836836    dashes: 9,9;
    837837    dashes-offset: 9;
     838}
     839node[hazard] {
     840    icon-image: "presets/transport/hazard.svg";
     841    set icon_z17;
    838842}
    839843area[highway=platform]:closed {
     
    50855089relation[boundary=political] > way::core_boundary,
    50865090relation[boundary=maritime] > way::core_boundary,
     5091relation[boundary=hazard] > way::core_boundary,
    50875092relation[boundary=national_park] > way::core_boundary,
    50885093way[boundary=protected_area]::core_boundary,
     
    50915096way[boundary=political]::core_boundary,
    50925097way[boundary=maritime]::core_boundary,
     5098way[boundary=hazard]::core_boundary,
    50935099way[boundary=national_park]::core_boundary {
    50945100    z-index: 2;
Note: See TracChangeset for help on using the changeset viewer.