forked from MapComplete/MapComplete
Feature: tweaking disused and tram railway lines
This commit is contained in:
parent
ce64a8694f
commit
8e6a862504
1 changed files with 14 additions and 1 deletions
|
@ -2203,7 +2203,20 @@
|
||||||
],
|
],
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-opacity": 1,
|
"line-opacity": 1,
|
||||||
"line-color": "#666",
|
"line-color": [
|
||||||
|
"match",
|
||||||
|
[
|
||||||
|
"get",
|
||||||
|
"kind_detail"
|
||||||
|
],
|
||||||
|
"disused",
|
||||||
|
"#666666aa",
|
||||||
|
"tram",
|
||||||
|
"#999",
|
||||||
|
"subway",
|
||||||
|
"#999",
|
||||||
|
"#666"
|
||||||
|
],
|
||||||
"line-width": [
|
"line-width": [
|
||||||
"interpolate",
|
"interpolate",
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue