Skip to content

Commit 054bb96

Browse files
committed
Update v8.json
1 parent be04804 commit 054bb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/v8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6346,7 +6346,7 @@
63466346
"line-dasharray": {
63476347
"type": "array",
63486348
"value": "number",
6349-
"doc": "Specifies the lengths of the alternating dashes and gaps that form the dash pattern. The lengths are later scaled by the line width. To convert a dash length to pixels, multiply the length by the current line width. Note that GeoJSON sources with `lineMetrics: true` specified won't render dashed lines to the expected scale. Also note that zoom-dependent expressions will be evaluated only at integer zoom levels.",
6349+
"doc": "Specifies the lengths of the alternating dashes and gaps that form the dash pattern. The lengths are later scaled by the line width. To convert a dash length to pixels, multiply the length by the current line width. GeoJSON sources with `lineMetrics: true` specified won't render dashed lines to the expected scale. Zoom-dependent expressions will be evaluated only at integer zoom levels. Data-driven styling is supported in the JavaScript SDK but arrays can be specified only using `[\"literal\", [...]]` expressions.",
63506350
"minimum": 0,
63516351
"transition": true,
63526352
"units": "line widths",
@@ -6362,7 +6362,7 @@
63626362
"ios": "2.0.0"
63636363
},
63646364
"data-driven styling": {
6365-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/1235",
6365+
"js": "UPDATE ME",
63666366
"ios": "https://github.com/maplibre/maplibre-native/issues/744",
63676367
"android": "https://github.com/maplibre/maplibre-native/issues/744"
63686368
}

0 commit comments

Comments
 (0)