Skip to content

Commit 259391e

Browse files
committed
Clarify which features added in version 4.x
1 parent fe882ea commit 259391e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

4.2.0/reference.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"css": "comp-op",
220220
"default-value": "src-over",
221221
"default-meaning": "add the current layer on top of other layers",
222-
"doc": "Composite operation. This defines how this layer should behave relative to layers atop or below it. See https://github.com/mapnik/mapnik/pull/3474.",
222+
"doc": "Composite operation (added version 4). This defines how this layer should behave relative to layers atop or below it. See https://github.com/mapnik/mapnik/pull/3474.",
223223
"type": [
224224
"clear",
225225
"src",
@@ -263,7 +263,7 @@
263263
"opacity": {
264264
"css": "opacity",
265265
"type": "float",
266-
"doc": "An alpha value for the layer, which means an alpha applied to all features in separate buffer and then composited back to the overall buffer for the current layer or nested set of layers.",
266+
"doc": "An alpha value for the layer (added version 4), which means an alpha applied to all features in separate buffer and then composited back to the overall buffer for the current layer or nested set of layers.",
267267
"default-value": 1.0,
268268
"default-meaning": "No separate buffer will be used and no alpha will be applied to the layer after rendering."
269269
}
@@ -830,7 +830,7 @@
830830
"expression":true,
831831
"default-value": "point",
832832
"default-meaning": "Place markers at the center point (centroid) of the geometry.",
833-
"doc": "'point' placement attempts to place a marker at the center point (centroid) of the geometry (i.e. halfway along line geometries). 'line' attempts multiple placements along a line. 'interior' placement ensures that a marker placed on a polygon will be inside the polygon interior. 'vertex-first' and 'vertex-last' place a marker at either the first or last vertex of lines or polygons. 'angled_point' behaves as 'point', but angles the marker to match the orientation of the (middle) segment it is placed on."
833+
"doc": "'point' placement attempts to place a marker at the center point (centroid) of the geometry (i.e. halfway along line geometries). 'line' attempts multiple placements along a line. 'interior' placement ensures that a marker placed on a polygon will be inside the polygon interior. 'vertex-first' and 'vertex-last' place a marker at either the first or last vertex of lines or polygons. 'angled_point' (added version 4) behaves as 'point', but angles the marker to match the orientation of the (middle) segment it is placed on."
834834
},
835835
"multi-policy": {
836836
"css": "marker-multi-policy",

0 commit comments

Comments
 (0)