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


Ignore:
Timestamp:
2020-09-12T17:22:27+02:00 (4 years ago)
Author:
Klumbumbus
Message:
  • see #19739 - Add natural=sinkhole (one icon for all types for now, self created, PC and CC0 licensed), deprecate natural=sink_hole
  • Remove TLD from IANA
File:
1 edited

Legend:

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

    r16993 r17017  
    47704770}
    47714771area[natural=cape],
     4772area[natural=sinkhole],
    47724773area[natural=cave_entrance] {
    47734774    fill-color: natural#002f00;
     
    47754776node[natural=cape] {
    47764777    icon-image: "presets/nautical/cape.svg";
     4778    set icon_z17;
     4779}
     4780node[natural=sinkhole] {
     4781    icon-image: "presets/landmark/sinkhole.svg";
    47774782    set icon_z17;
    47784783}
Note: See TracChangeset for help on using the changeset viewer.