summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-19 13:49:09 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-19 15:17:00 +0200
commit1aa4776dc1d7e60989fa7524a816e7db1b92056b (patch)
tree602aeba26a5222b4152370b589ac90b50c37a6bb /scripts
parentfe9d4636586d7451aa7e5a7ecbee62b67720032a (diff)
downloadqtlocation-mapboxgl-1aa4776dc1d7e60989fa7524a816e7db1b92056b.tar.gz
[tests] Bump GL JS to run render test for #15139
https://github.com/mapbox/mapbox-gl-js/pull/8510
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-style-code.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js
index aed676c990..1f26e6fd86 100755
--- a/scripts/generate-style-code.js
+++ b/scripts/generate-style-code.js
@@ -6,6 +6,11 @@ const ejs = require('ejs');
const spec = require('./style-spec');
const colorParser = require('csscolorparser');
+// FIXME: https://github.com/mapbox/mapbox-gl-native/issues/15008
+delete spec.layout_circle["circle-sort-key"]
+delete spec.layout_line["line-sort-key"]
+delete spec.layout_fill["fill-sort-key"]
+
require('./style-code');
function parseCSSColor(str) {