Skip to content

Commit

Permalink
Add bridges for level 2 trunks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriusGeo committed May 25, 2024
1 parent 9b888e6 commit 67aa942
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions vector/styles/bright/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -3368,6 +3368,61 @@
}
}
},
{
"id": "bridge-trunk-primary-level2-casing",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"filter": [
"all",
["==", "brunnel", "bridge"],
["in", "class", "primary", "trunk"],
["==", "level", 2]
],
"layout": {
"line-join": "round",
"visibility": "visible"
},
"paint": {
"line-color": "hsl(28, 76%, 67%)",
"line-width": {
"base": 1.2,
"stops": [
[5, 0.4],
[6, 0.6],
[7, 1.5],
[20, 26]
]
}
}
},
{
"id": "bridge-trunk-primary-level2",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"filter": [
"all",
["==", "brunnel", "bridge"],
["in", "class", "primary", "trunk"],
["==", "level", 2]
],
"layout": {
"line-join": "round",
"visibility": "visible"
},
"paint": {
"line-color": "#fea",
"line-width": {
"base": 1.2,
"stops": [
[6.5, 0],
[7, 0.5],
[20, 18]
]
}
}
},
{
"id": "cablecar",
"type": "line",
Expand Down

0 comments on commit 67aa942

Please sign in to comment.