summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEden Halperin <eden@mapbox.com>2014-05-13 14:25:46 -0700
committerEden Halperin <eden@mapbox.com>2014-05-13 14:25:46 -0700
commit2e419f1de16c042c035116874c57b67f083c45a3 (patch)
tree1b489a1feab91de34652d74e4662da73118b7759 /bin
parent0df79ddc0cefa665b10edca2c5da9444e65b30a7 (diff)
downloadqtlocation-mapboxgl-2e419f1de16c042c035116874c57b67f083c45a3.tar.gz
darken road label halos, bigger airport poi
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js25
1 files changed, 5 insertions, 20 deletions
diff --git a/bin/style.js b/bin/style.js
index c794867d82..27a8f4cbc3 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -3315,7 +3315,7 @@ module.exports = {
]
},
"place_label_city": {
- "color": "#4a4032",
+ "color": "#444",
"strokeWidth": 0.4,
"stroke": [
1,
@@ -3472,12 +3472,7 @@ module.exports = {
},
"road_label": {
"color": "#765",
- "stroke": [
- 1,
- 1,
- 1,
- 0.5
- ],
+ "stroke": "land",
"size": [
"stops",
{
@@ -3500,12 +3495,7 @@ module.exports = {
},
"water_label": {
"color": "water_text",
- "stroke": [
- 1,
- 1,
- 1,
- 0.75
- ]
+ "stroke": "water"
},
"waterway_label": {
"color": "water_text",
@@ -3518,16 +3508,11 @@ module.exports = {
},
"poi_airport": {
"color": "#666",
- "image": "airport-12"
+ "image": "airport-24"
},
"poi_label_1": {
"color": "#444",
- "stroke": [
- 1,
- 1,
- 1,
- 0.5
- ],
+ "stroke": "land",
"translate": [
0,
24