Changeset 9009 in josm


Ignore:
Timestamp:
2015-11-15T13:50:22+01:00 (8 years ago)
Author:
bastiK
Message:

see #12104 - mappaint: activate "fill areas only around their inner edges"

File:
1 edited

Legend:

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

    r9000 r9009  
    4949  label: tr("Display fill colour of areas with place=*");
    5050  default: false;
     51}
     52
     53setting::partial_fill {
     54  type: boolean;
     55  label: tr("Areas are drawn with fill only around their inner edges");
     56  default: true;
    5157}
    5258
     
    47984804}
    47994805
     4806/*************/
     4807/* Area fill */
     4808/*************/
     4809
     4810area[setting("partial_fill")] {
     4811    fill-extent: 25;
     4812}
     4813
    48004814/* "deprecated" tags
    48014815     historic=museum -> tourism=museum
Note: See TracChangeset for help on using the changeset viewer.