forked from MapComplete/MapComplete
Style: more styling tweaks to Protomaps-sunny
This commit is contained in:
parent
8e6a862504
commit
70f2eb3c8e
2 changed files with 361 additions and 609 deletions
File diff suppressed because it is too large
Load diff
|
@ -55,7 +55,7 @@
|
||||||
"any",
|
"any",
|
||||||
[
|
[
|
||||||
"in",
|
"in",
|
||||||
" kind",
|
"kind",
|
||||||
"residential"
|
"residential"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
@ -240,16 +240,12 @@
|
||||||
"id": "natural_wood",
|
"id": "natural_wood",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"source": "protomaps",
|
"source": "protomaps",
|
||||||
"source-layer": "natural",
|
"source-layer": "landuse",
|
||||||
"filter": [
|
"filter": [
|
||||||
"any",
|
"in",
|
||||||
[
|
"kind",
|
||||||
"in",
|
"wood",
|
||||||
"kind",
|
"forest"
|
||||||
"wood",
|
|
||||||
"nature_reserve",
|
|
||||||
"forest"
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": [
|
"fill-color": [
|
||||||
|
@ -262,39 +258,10 @@
|
||||||
],
|
],
|
||||||
2,
|
2,
|
||||||
"#f0efdd",
|
"#f0efdd",
|
||||||
10,
|
9,
|
||||||
"#d0ded0",
|
|
||||||
18,
|
|
||||||
"#add19e"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "landuse_forest",
|
|
||||||
"type": "fill",
|
|
||||||
"source": "protomaps",
|
|
||||||
"source-layer": "landuse",
|
|
||||||
"filter": [
|
|
||||||
"any",
|
|
||||||
[
|
|
||||||
"in",
|
|
||||||
"kind",
|
|
||||||
"forest"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"paint": {
|
|
||||||
"fill-color": [
|
|
||||||
"interpolate",
|
|
||||||
[
|
|
||||||
"linear"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"zoom"
|
|
||||||
],
|
|
||||||
6,
|
|
||||||
"#f0efdd",
|
|
||||||
12,
|
|
||||||
"#d0ded0",
|
"#d0ded0",
|
||||||
|
13,
|
||||||
|
"#add19e",
|
||||||
18,
|
18,
|
||||||
"#add19e"
|
"#add19e"
|
||||||
]
|
]
|
||||||
|
@ -304,7 +271,7 @@
|
||||||
"id": "natural_scrub",
|
"id": "natural_scrub",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"source": "protomaps",
|
"source": "protomaps",
|
||||||
"source-layer": "natural",
|
"source-layer": "landuse",
|
||||||
"filter": [
|
"filter": [
|
||||||
"in",
|
"in",
|
||||||
"kind",
|
"kind",
|
||||||
|
@ -332,7 +299,7 @@
|
||||||
"id": "natural_glacier",
|
"id": "natural_glacier",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"source": "protomaps",
|
"source": "protomaps",
|
||||||
"source-layer": "natural",
|
"source-layer": "landuse",
|
||||||
"filter": [
|
"filter": [
|
||||||
"==",
|
"==",
|
||||||
"kind",
|
"kind",
|
||||||
|
@ -346,7 +313,7 @@
|
||||||
"id": "natural_sand",
|
"id": "natural_sand",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"source": "protomaps",
|
"source": "protomaps",
|
||||||
"source-layer": "natural",
|
"source-layer": "landuse",
|
||||||
"filter": [
|
"filter": [
|
||||||
"==",
|
"==",
|
||||||
"kind",
|
"kind",
|
||||||
|
@ -370,7 +337,6 @@
|
||||||
"park",
|
"park",
|
||||||
"cemetery",
|
"cemetery",
|
||||||
"nature_reserve",
|
"nature_reserve",
|
||||||
"forest",
|
|
||||||
"golf_course"
|
"golf_course"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue