summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/style-spec.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js
index 196adc0b32..b2686a6a77 100644
--- a/scripts/style-spec.js
+++ b/scripts/style-spec.js
@@ -1,3 +1,6 @@
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