Skip to content

Commit 02a0a4d

Browse files
committed
reference.json - make it valid JSON
1 parent fdaf6a6 commit 02a0a4d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

4.2.0/reference.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"default-value": "off",
215215
"default-meaning": "Features are not cached between rendering multiple styles. The datasource is queried for each style.",
216216
"doc": "Setting this to `on` triggers Mapnik to attempt to cache features in memory for rendering when (and only when) a layer has multiple styles attached to it."
217-
}
217+
},
218218
"comp-op": {
219219
"css": "comp-op",
220220
"default-value": "src-over",
@@ -835,7 +835,7 @@
835835
"interior",
836836
"vertex-first",
837837
"vertex-last",
838-
"angled-point"
838+
"angled-point"
839839
],
840840
"expression":true,
841841
"default-value": "point",
@@ -928,8 +928,8 @@
928928
"default-value": 0.0,
929929
"type": "float",
930930
"expression":true,
931-
"default-meaning": "Markers will not be offset from normal positions with `line` placement."
932-
"status": "experimental"
931+
"default-meaning": "Markers will not be offset from normal positions with `line` placement.",
932+
"status": "experimental"
933933
},
934934
"max-error": {
935935
"css": "marker-max-error",
@@ -2742,7 +2742,7 @@
27422742
"lang": {
27432743
"css": "text-lang",
27442744
"type": "string",
2745-
"expression": true
2745+
"expression": true,
27462746
"default-value": "",
27472747
"default-meaning": "No explicit shaping control of CJK characters.",
27482748
"doc": "Allows explicit shaping control of CJK characters by passing qualifiers such as `zh-Hant` (added version 4)."
@@ -2780,15 +2780,15 @@
27802780
"default-meaning": "Will not be offset.",
27812781
"doc": "In case of `line` placement, offsets a text position a number of pixels parallel to its actual path. In case of `grid` placement, reduces or expands the polygon area. Positive values move the line left or expand the polygon, negative values move it right or shrink the polygon (relative to the directionality of the line or polygon winding).",
27822782
"status": "unstable"
2783-
}
2783+
},
27842784
"extend": {
27852785
"css": "text-extend",
27862786
"type": "float",
27872787
"expression": true,
27882788
"default-value": 0.0,
27892789
"default-meaning": "",
27902790
"doc": "A temporary path will created that extends both the starting and final segments of a line by the given distance (starting and final segments are the same for lines with a single segment). The text will be rendered on this extended line, i.e. text will extend beyond the line length. Option is only valid with placement-line."
2791-
},
2791+
}
27922792
},
27932793
"building": {
27942794
"default": {

0 commit comments

Comments
 (0)