From 5ac905a2fb5af0d3e59ec380c047b2745325e069 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Thu, 4 Apr 2024 21:05:01 +0100 Subject: [PATCH] Display structure linestrings --- web/src/map_style.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",