Skip to content

Commit

Permalink
feat: switch basemap to osm, as cyclosm often has problems loading pr…
Browse files Browse the repository at this point in the history
…operly
  • Loading branch information
foosint committed Jun 16, 2024
1 parent 7d1f978 commit 98fb1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const initBaseMap = () => {

// create base map with OSM layer as default
const map = L.map('map', {
layers: [cyclosm],
layers: [osm],
center: mapCenter,
zoom: initialZoom,
minZoom: 4,
Expand Down

0 comments on commit 98fb1b4

Please sign in to comment.