Changeset 9302 in josm for trunk/styles/standard


Ignore:
Timestamp:
2016-01-04T16:06:24+01:00 (8 years ago)
Author:
Klumbumbus
Message:

see #12135 - add mappaint for entrance=staircase and tourism=wilderness_hut, adjust tourism color (was to similar to building), typos

File:
1 edited

Legend:

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

    r9286 r9302  
    321321    text: auto;
    322322}
    323 node[entrance=yes] {
     323node[entrance=yes],
     324node[entrance=staircase] {
    324325    icon-image: "misc/entrance-yes.png";
    325326    set icon_z17;
     
    30323033area[tourism=chalet],
    30333034area[tourism=alpine_hut],
     3035area[tourism=wilderness_hut],
    30343036area[tourism=camp_site],
    30353037area[tourism=caravan_site] {
    3036     fill-color: hotel#e1a0a2;
     3038    fill-color: hotel#feced0;
    30373039}
    30383040node[tourism=hotel] {
     
    49774979}
    49784980
    4979 /* Turn partial fill off and us plain fill, when the partial fill covers about
     4981/* Turn partial fill off and use plain fill, when the partial fill covers about
    49804982   100% of the area. This reduces artifacts (typically for incomplete multipolygons).
    49814983   Switching between full and partial fill while drawing an area might be irritating,
     
    49864988
    49874989/* Larger extent for closed areas.
    4988    Turn partial fill off, when it covers more than about 50% of the area. This is avoids
     4990   Turn partial fill off, when it covers more than about 50% of the area. This avoids
    49894991   areas with small unfilled patches in the center. */
    49904992area[setting("partial_fill")]:closed2 {
Note: See TracChangeset for help on using the changeset viewer.