diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index f80df1e..aaa552a 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -60,6 +60,7 @@ for (const layerId of transitLayers) { map.setLayoutProperty(layerId, 'visibility', visible); } + map.setLayoutProperty(transitStopsLayerId, 'visibility', visible); } function closePopup() {