forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
c6795e21cf
477 changed files with 46658 additions and 7767 deletions
|
@ -514,29 +514,39 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_stream",
|
||||
"id": "water_stream",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"minzoom": 14,
|
||||
"source-layer": "water",
|
||||
"minzoom": 10,
|
||||
"filter": [
|
||||
"all",
|
||||
[
|
||||
"in",
|
||||
"kind",
|
||||
"stream"
|
||||
]
|
||||
"in",
|
||||
"kind",
|
||||
"stream"
|
||||
],
|
||||
"paint": {
|
||||
"line-color": "#85c2e9",
|
||||
"line-width": 0.5
|
||||
"line-width": [
|
||||
"interpolate",
|
||||
[
|
||||
"exponential",
|
||||
1.6
|
||||
],
|
||||
[
|
||||
"zoom"
|
||||
],
|
||||
12,
|
||||
0,
|
||||
18,
|
||||
10
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_river",
|
||||
"id": "water_river",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 9,
|
||||
"filter": [
|
||||
"in",
|
||||
|
@ -564,10 +574,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_underground_stream",
|
||||
"id": "water_underground_stream",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 14,
|
||||
"filter": [
|
||||
"all",
|
||||
|
@ -587,10 +597,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_underground_river",
|
||||
"id": "water_underground_river",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 9,
|
||||
"filter": [
|
||||
"all",
|
||||
|
|
|
@ -513,29 +513,39 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_stream",
|
||||
"id": "water_stream",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"minzoom": 14,
|
||||
"source-layer": "water",
|
||||
"minzoom": 10,
|
||||
"filter": [
|
||||
"all",
|
||||
[
|
||||
"in",
|
||||
"kind",
|
||||
"stream"
|
||||
]
|
||||
],
|
||||
"paint": {
|
||||
"line-color": "#85c2e9",
|
||||
"line-width": 0.5
|
||||
"line-width": [
|
||||
"interpolate",
|
||||
[
|
||||
"exponential",
|
||||
1.6
|
||||
],
|
||||
[
|
||||
"zoom"
|
||||
],
|
||||
12,
|
||||
0,
|
||||
18,
|
||||
10
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_river",
|
||||
"id": "water_river",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 9,
|
||||
"filter": [
|
||||
"in",
|
||||
|
@ -563,10 +573,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_underground_stream",
|
||||
"id": "water_underground_stream",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 14,
|
||||
"filter": [
|
||||
"all",
|
||||
|
@ -586,10 +596,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "physical_line_underground_river",
|
||||
"id": "water_underground_river",
|
||||
"type": "line",
|
||||
"source": "protomaps",
|
||||
"source-layer": "physical_line",
|
||||
"source-layer": "water",
|
||||
"minzoom": 9,
|
||||
"filter": [
|
||||
"all",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue