Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yoakiyama/zoning-dashboard-fp
Browse files Browse the repository at this point in the history
  • Loading branch information
yoakiyama committed Apr 26, 2024
2 parents 2f55843 + fd6d919 commit 7b9509a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
for (const layerId of transitLayers) {
map.setLayoutProperty(layerId, 'visibility', visible);
}
map.setLayoutProperty(transitStopsLayerId, 'visibility', visible);
}
function closePopup() {
Expand Down

0 comments on commit 7b9509a

Please sign in to comment.