Changeset 15081 in josm for trunk/styles


Ignore:
Timestamp:
2019-05-17T21:21:36+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17727

  • allow lines for natural=bay
  • add bay=fjord checkbox in natural=bay preset
  • don't warn about long way segments of bay=fjord ways
File:
1 edited

Legend:

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

    r15066 r15081  
    42934293    set icon_z17;
    42944294}
    4295 area[natural=bay],
     4295area[natural=bay]:closed {
     4296    fill-color: natural#002f00;
     4297}
     4298way[natural=bay] {
     4299    width: 2;
     4300    color: natural#002f00;
     4301}
     4302node[natural=bay] {
     4303    icon-image: "presets/nautical/bay.svg";
     4304    set icon_z17;
     4305}
    42964306area[natural=cape],
    42974307area[natural=cave_entrance] {
    42984308    fill-color: natural#002f00;
    42994309}
    4300 node[natural=bay] {
    4301     icon-image: "presets/nautical/bay.svg";
    4302     set icon_z17;
    4303 }
    43044310node[natural=cape] {
    43054311    icon-image: "presets/nautical/cape.svg";
    43064312    set icon_z17;
    43074313}
     4314node[natural=cave_entrance] {
     4315    icon-image: "presets/landmark/cave_entrance.svg";
     4316    set icon_z17;
     4317}
    43084318area[natural=reef] {
    43094319    fill-color: reef#80c9ff;
     
    43114321node[natural=reef] {
    43124322    icon-image: "presets/landmark/reef.svg";
    4313     set icon_z17;
    4314 }
    4315 node[natural=cave_entrance] {
    4316     icon-image: "presets/landmark/cave_entrance.svg";
    43174323    set icon_z17;
    43184324}
Note: See TracChangeset for help on using the changeset viewer.