Skip to content

Commit 0e6525f

Browse files
committed
Document angled-point marker placement
Also clarify wording
1 parent 05d3224 commit 0e6525f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

4.2.0/reference.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,12 +772,13 @@
772772
"line",
773773
"interior",
774774
"vertex-first",
775-
"vertex-last"
775+
"vertex-last",
776+
"angled-point"
776777
],
777778
"expression":true,
778779
"default-value": "point",
779780
"default-meaning": "Place markers at the center point (centroid) of the geometry.",
780-
"doc": "Attempt to place markers on a point, in the center of a polygon, or if markers-placement:line, then multiple times along a line. 'interior' placement can be used to ensure that points placed on polygons are forced to be inside the polygon interior. The 'vertex-first' and 'vertex-last' options can be used to place markers at the first or last vertex of lines or polygons."
781+
"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."
781782
},
782783
"multi-policy": {
783784
"css": "marker-multi-policy",

0 commit comments

Comments
 (0)