summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-08 17:58:34 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-17 15:04:08 +0300
commite329492f0f830eff9e482cf4f62ea31c41d5d6c8 (patch)
tree0e6920e92d0ed80def095a64a1c6c04e6503e6ba /scripts
parentd89b13f9555b3cde33499ed7bcece20c166e4dfd (diff)
downloadqtlocation-mapboxgl-e329492f0f830eff9e482cf4f62ea31c41d5d6c8.tar.gz
[core] Add 'auto' enum value to symbol-z-order layout property
Diffstat (limited to 'scripts')
-rw-r--r--scripts/style-spec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js
index b2686a6a77..19b7378cf8 100644
--- a/scripts/style-spec.js
+++ b/scripts/style-spec.js
@@ -2,5 +2,3 @@ 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'];
-delete spec.layout_symbol['symbol-z-order'].values['auto'];
-spec.layout_symbol['symbol-z-order'].default = 'viewport-y'; \ No newline at end of file