summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-07 19:09:28 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-29 16:18:41 +0200
commit9fc42b9c3ceef09a51686a29985ce70dd0a78f6d (patch)
tree9ffce04dc152d86f3f509b9c6c2b940a3a9abfc1 /scripts
parent2b9a52f5e4cfd1a90c96b307ea218c720df10436 (diff)
downloadqtlocation-mapboxgl-9fc42b9c3ceef09a51686a29985ce70dd0a78f6d.tar.gz
[core] auto value for 'text-justify' field
Diffstat (limited to 'scripts')
-rw-r--r--scripts/style-spec.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js
index bcfb7e5c17..b2686a6a77 100644
--- a/scripts/style-spec.js
+++ b/scripts/style-spec.js
@@ -3,6 +3,4 @@ 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';
-
-delete spec.layout_symbol['text-justify'].values['auto']; \ No newline at end of file
+spec.layout_symbol['symbol-z-order'].default = 'viewport-y'; \ No newline at end of file