Skip to content

Commit

Permalink
https://tile.openstreetmap.org/
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Sep 5, 2024
1 parent 31fca82 commit b09d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/useLeafletMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function useLeafletMap(mapRef: Ref<HTMLElement | null>) {
maxNativeZoom: 19
};
const layers = {
[osm]: L.tileLayer('http://tile.openstreetmap.org/{z}/{x}/{y}.png', {
[osm]: L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
...maxZoomOptions,
attribution:
'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
Expand Down

0 comments on commit b09d451

Please sign in to comment.