diff --git a/web/src/map_style.json b/web/src/map_style.json index b86a9fc..0d23901 100644 --- a/web/src/map_style.json +++ b/web/src/map_style.json @@ -1426,6 +1426,20 @@ "line-color": "rgba(90, 81, 31, 1)" } }, + { + "id": "structures_linestring", + "type": "line", + "source": "site_plan", + "source-layer": "structures_linestring", + "minzoom": 0, + "layout": { + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "rgba(90, 81, 31, 1)" + } + }, { "id": "structures_guys", "type": "line",