diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-04-08 18:13:22 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-04-17 15:04:08 +0300 |
commit | 905ca29866b4353dc61c455989fdeec0b3e8a470 (patch) | |
tree | 9c3cb38e6c9f570e99ebae430e2a74cdd1e22e5b /scripts | |
parent | e329492f0f830eff9e482cf4f62ea31c41d5d6c8 (diff) | |
download | qtlocation-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.js | 3 |
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']; |