Remove "line-cap": "butt"

This commit is contained in:
pathmapper 2019-10-27 10:50:44 +01:00
parent 5667f3d98f
commit 86793fddf0

View File

@ -625,7 +625,7 @@
["!in", "brunnel", "bridge", "tunnel"], ["!in", "brunnel", "bridge", "tunnel"],
["in", "class", "primary", "trunk"] ["in", "class", "primary", "trunk"]
], ],
"layout": {"line-cap": "butt", "line-join": "round"}, "layout": {"line-join": "round"},
"paint": { "paint": {
"line-color": "#e9ac77", "line-color": "#e9ac77",
"line-width": { "line-width": {
@ -758,7 +758,7 @@
["!in", "brunnel", "bridge", "tunnel"], ["!in", "brunnel", "bridge", "tunnel"],
["in", "class", "primary", "trunk"] ["in", "class", "primary", "trunk"]
], ],
"layout": {"line-cap": "butt", "line-join": "round"}, "layout": {"line-join": "round"},
"paint": { "paint": {
"line-color": "#fea", "line-color": "#fea",
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]} "line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]}