Skip to content

Commit

Permalink
feat: switched default map layer to cyclosm as they have fixed their …
Browse files Browse the repository at this point in the history
…problems
  • Loading branch information
foosint committed Jan 29, 2024
1 parent 9755b05 commit 2d840d6
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 @@ -106,7 +106,7 @@ export const initBaseMap = () => {

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

0 comments on commit 2d840d6

Please sign in to comment.