Ignore:
Timestamp:
2017-02-19T17:51:44+01:00 (8 years ago)
Author:
Klumbumbus
Message:
  • fix #14357 - draw unclosed tourism=attraction ways unfilled
  • fix #14347 - exclude place=city_block, waterway=drystream and building=bunker from "not in presets" test
File:
1 edited

Legend:

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

    r11583 r11584  
    30413041    set icon_z17;
    30423042}
     3043area[tourism=attraction]:closed {
     3044    fill-color: tourism#e180a2;
     3045}
     3046way[tourism=attraction] {
     3047    width: 2;
     3048    color: tourism#e180a2;
     3049}
     3050node[tourism=attraction] {
     3051    icon-image: "presets/sightseeing/attraction.svg";
     3052    set icon_z17;
     3053}
    30433054area[tourism=picnic_site],
    30443055area[tourism=viewpoint],
    30453056area[tourism=theme_park],
    3046 area[tourism=attraction],
    30473057area[tourism=zoo],
    30483058area[tourism=museum] {
     
    30593069node[tourism=theme_park] {
    30603070    icon-image: "presets/leisure/theme_park.svg";
    3061     set icon_z17;
    3062 }
    3063 node[tourism=attraction] {
    3064     icon-image: "presets/sightseeing/attraction.svg";
    30653071    set icon_z17;
    30663072}
Note: See TracChangeset for help on using the changeset viewer.