Skip to content

Commit

Permalink
hide atms by default
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Sep 12, 2024
1 parent c3e9ef7 commit c7c1283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@
Object.entries(overlayMaps).forEach((layer) => controlLayers.addOverlay(layer[1], layer[0]));
map.removeLayer(categories['atm']);
mapLoading = 100;
elementsLoaded = true;
Expand Down

0 comments on commit c7c1283

Please sign in to comment.