Changes between Version 165 and Version 166 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2019-10-02T11:31:57+02:00 (6 years ago)
Author:
stoecker
Comment:

Add missing fill-extent-threshold parameter

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v165 v166  
    10441044|| {{{fill-image}}} || Image pattern || ''Image'' ||  -  ||
    10451045|| {{{fill-extent}}} || Set this property, to draw only the outline of the area. The number specifies, how far to fill from the border of the area towards the center. (If unset, the area will be filled completely) ''[since 9008]'' || ''Number'' ||  -  ||
     1046|| {{{fill-extent-threshold}}} || Set this property, to draw full area when the given percentage of coverage is reached. Can be greater than 100% as the covered area is estimated as **perimeter * extent**. || ''Number'' ||  -  ||
    10461047|| {{{fill-opacity}}} || How transparent the fill is; applies to both color and image || ''Opacity'' || 0.2 ''[since 11700, 1.0 before that]'' (can be changed with the {{{mappaint.fillalpha}}} and {{{mappaint.fill-image-alpha}}} preferences)  ||
    10471048|| {{{text-position}}} || set to {{{center}}}, if text should be drawn in the center of the area. Set to {{{inside}}} to place the text completely inside the area (since r11722). || {{{line}}}, {{{center}}}, {{{inside}}} ||  -  ||