summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2014-06-02 18:02:16 -0400
committerNicki Dlugash <nicki@mapbox.com>2014-06-02 18:02:16 -0400
commit025f49133f4273d6534cd78aafaba6248babfcb0 (patch)
tree15b7d4bb0e8402e95e4038b04dd3d3beedaeaab0 /bin
parent370c2e1d456bfdf43019cfe7c84d6687c28c9ceb (diff)
parent331b726db4d4fcf5770657107b32fee8df90addb (diff)
downloadqtlocation-mapboxgl-025f49133f4273d6534cd78aafaba6248babfcb0.tar.gz
Merge branch 'expressions' into expressions-pois
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/style.js b/bin/style.js
index 6e7a0306f4..11d5c6df30 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -1307,6 +1307,10 @@ module.exports = {
"bucket": "street"
},
{
+ "name": "road_motorway_casing",
+ "bucket": "motorway"
+ },
+ {
"name": "road_motorway_link",
"bucket": "motorway_link"
},
@@ -1323,10 +1327,6 @@ module.exports = {
"bucket": "main"
},
{
- "name": "road_motorway_casing",
- "bucket": "motorway"
- },
- {
"name": "road_motorway",
"bucket": "motorway"
},