summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis.brammanis@gmail.com>2014-06-02 13:12:32 -0400
committerAnsis Brammanis <ansis.brammanis@gmail.com>2014-06-02 13:12:32 -0400
commit3f6075711fffa7a9727bfa7004f19fdf0b7e17f4 (patch)
tree4ed3682c0b7d83ae8b154a21da766aef4e5931c2 /bin
parent809bf58b729a3d25734748f0cf0317f6186cb1eb (diff)
downloadqtlocation-mapboxgl-3f6075711fffa7a9727bfa7004f19fdf0b7e17f4.tar.gz
draw motorway casing below roads
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 d851c1f16a..eb055196f2 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -1263,6 +1263,10 @@ module.exports = {
"bucket": "street"
},
{
+ "name": "road_motorway_casing",
+ "bucket": "motorway"
+ },
+ {
"name": "road_motorway_link",
"bucket": "motorway_link"
},
@@ -1279,10 +1283,6 @@ module.exports = {
"bucket": "main"
},
{
- "name": "road_motorway_casing",
- "bucket": "motorway"
- },
- {
"name": "road_motorway",
"bucket": "motorway"
},