From bbae29206be53a38e2ca04e1e47fba0ea9a5b19a Mon Sep 17 00:00:00 2001 From: Eden Halperin Date: Wed, 28 May 2014 17:44:29 -0700 Subject: countour lines, then buildings, then hillshades --- bin/style.js | 57 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'bin') diff --git a/bin/style.js b/bin/style.js index cf59cc5f30..35f40beac4 100644 --- a/bin/style.js +++ b/bin/style.js @@ -984,6 +984,30 @@ module.exports = { "name": "waterway_stream", "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" @@ -1000,18 +1024,6 @@ module.exports = { "name": "hillshade_full_shadow", "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" @@ -1052,18 +1064,6 @@ module.exports = { "name": "aeroway_taxiway", "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" @@ -1380,10 +1380,6 @@ module.exports = { "name": "waterway_label", "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)", -- cgit v1.2.1