Make aeroway fill darker

This commit is contained in:
Lukas Martinelli 2017-01-10 16:36:58 +01:00
parent b25c133be9
commit 45b60fe8f0

View File

@ -293,7 +293,7 @@
"Polygon" "Polygon"
], ],
"paint": { "paint": {
"fill-color": "#f0ede9", "fill-color": "rgba(229, 228, 224, 1)",
"fill-opacity": 0.7 "fill-opacity": 0.7
} }
}, },
@ -313,7 +313,7 @@
], ],
[ [
"==", "==",
"type", "class",
"runway" "runway"
] ]
], ],
@ -350,7 +350,7 @@
], ],
[ [
"==", "==",
"type", "class",
"taxiway" "taxiway"
] ]
], ],