Skip to content

Commit 3746948

Browse files
committed
Add spacing-offset for marker symbolizer (PR #4132)
1 parent abc5d59 commit 3746948

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

4.2.0/reference.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,15 @@
922922
"expression":true,
923923
"default-meaning": "In the case of marker-placement:line then draw a marker every 100 pixels along a line."
924924
},
925+
"spacing-offset": {
926+
"css": "marker-spacing-offset",
927+
"doc": "Offset used in `line` placement (added version 4). Markers will be offset from default starting position of half the `spacing` parameter. Note feature may be unstable on short lines, see https://github.com/mapnik/mapnik/issues/4214.",
928+
"default-value": 0.0,
929+
"type": "float",
930+
"expression":true,
931+
"default-meaning": "Markers will not be offset from normal positions with `line` placement."
932+
"status": "experimental"
933+
},
925934
"max-error": {
926935
"css": "marker-max-error",
927936
"type": "float",

0 commit comments

Comments
 (0)