summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts/style-spec-overrides-v8.json
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-10-24 11:04:56 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-10-25 09:23:59 +0000
commit8e2214129eb30e278c2d8fc39801f6570b6f02e9 (patch)
tree387f8389fdcda03b566a9b1d511041a2d4c0f6e0 /platform/darwin/scripts/style-spec-overrides-v8.json
parent3ec0231bb7ed923e82c08ac37950c1fdc366620d (diff)
downloadqtlocation-mapboxgl-8e2214129eb30e278c2d8fc39801f6570b6f02e9.tar.gz
[ios, macos] Refined MGLLineStyleLayer.lineGradient documentation
Diffstat (limited to 'platform/darwin/scripts/style-spec-overrides-v8.json')
-rw-r--r--platform/darwin/scripts/style-spec-overrides-v8.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/darwin/scripts/style-spec-overrides-v8.json b/platform/darwin/scripts/style-spec-overrides-v8.json
index 0c787cd96e..b45f0a9bf5 100644
--- a/platform/darwin/scripts/style-spec-overrides-v8.json
+++ b/platform/darwin/scripts/style-spec-overrides-v8.json
@@ -98,6 +98,9 @@
}
},
"paint_line": {
+ "line-gradient": {
+ "doc": "The color gradient with which the line will be drawn. This property only has an effect on lines defined by an `MGLShapeSource` whose `MGLShapeSourceOptionLineDistanceMetrics` option is set to `YES`."
+ },
"line-pattern": {
"doc": "Name of image in style images to use for drawing image lines. For seamless patterns, image width must be a factor of two (2, 4, 8, ..., 512)."
},