summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-08 18:13:22 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-17 15:04:08 +0300
commit905ca29866b4353dc61c455989fdeec0b3e8a470 (patch)
tree9c3cb38e6c9f570e99ebae430e2a74cdd1e22e5b /scripts
parente329492f0f830eff9e482cf4f62ea31c41d5d6c8 (diff)
downloadqtlocation-mapboxgl-905ca29866b4353dc61c455989fdeec0b3e8a470.tar.gz
[core] Enable 'symbol-sort-key' layout property and generate style code
Diffstat (limited to 'scripts')
-rw-r--r--scripts/style-spec.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js
index 19b7378cf8..8a9c9d4144 100644
--- a/scripts/style-spec.js
+++ b/scripts/style-spec.js
@@ -1,4 +1 @@
var spec = module.exports = require('../mapbox-gl-js/src/style-spec/reference/v8');
-
-// Make temporary modifications here when Native doesn't have all features that JS has.
-delete spec.layout_symbol['symbol-sort-key'];