summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEden Halperin <eden@mapbox.com>2014-05-28 17:44:29 -0700
committerEden Halperin <eden@mapbox.com>2014-05-28 17:44:29 -0700
commitbbae29206be53a38e2ca04e1e47fba0ea9a5b19a (patch)
treeb8755348d945713f0f00537ba1ab5bd0e733ea75 /bin
parent46f7b3dd323f86ab937a454d039e1be4ecf60d77 (diff)
downloadqtlocation-mapboxgl-bbae29206be53a38e2ca04e1e47fba0ea9a5b19a.tar.gz
countour lines, then buildings, then hillshades
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js57
1 files changed, 28 insertions, 29 deletions
diff --git a/bin/style.js b/bin/style.js
index cf59cc5f30..35f40beac4 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -985,6 +985,30 @@ module.exports = {
"bucket": "waterway_stream"
},
{
+ "name": "contour_line_loud",
+ "bucket": "contour_line_10"
+ },
+ {
+ "name": "contour_line_loud",
+ "bucket": "contour_line_5"
+ },
+ {
+ "name": "contour_line_regular",
+ "bucket": "contour_line_other"
+ },
+ {
+ "name": "building_shadow",
+ "bucket": "building"
+ },
+ {
+ "name": "building",
+ "bucket": "building"
+ },
+ {
+ "name": "building_wall",
+ "bucket": "building"
+ },
+ {
"name": "hillshade_full_highlight",
"bucket": "hillshade_full_highlight"
},
@@ -1001,18 +1025,6 @@ module.exports = {
"bucket": "hillshade_full_shadow"
},
{
- "name": "contour_line_loud",
- "bucket": "contour_line_10"
- },
- {
- "name": "contour_line_loud",
- "bucket": "contour_line_5"
- },
- {
- "name": "contour_line_regular",
- "bucket": "contour_line_other"
- },
- {
"name": "barrier_line_gate",
"bucket": "barrier_line_gate"
},
@@ -1053,18 +1065,6 @@ module.exports = {
"bucket": "aeroway_taxiway"
},
{
- "name": "building_shadow",
- "bucket": "building"
- },
- {
- "name": "building",
- "bucket": "building"
- },
- {
- "name": "building_wall",
- "bucket": "building"
- },
- {
"name": "tunnel_motorway_link_casing",
"bucket": "tunnel_motorway_link"
},
@@ -1381,10 +1381,6 @@ module.exports = {
"bucket": "waterway_label"
},
{
- "name": "poi_aerodrome",
- "bucket": "poi_aerodrome"
- },
- {
"name": "poi",
"bucket": "poi"
},
@@ -1408,7 +1404,10 @@ module.exports = {
"name": "poi_label_4",
"bucket": "poi_label_4"
},
-
+ {
+ "name": "poi_aerodrome",
+ "bucket": "poi_aerodrome"
+ }
],
"constants": {
"land": "rgb(244,239,225)",