mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Updated OSM tile URLs immich-app/immich#2874 (#2961)
Co-authored-by: Balazs Keszei <balazs.keszei@clbr.hu>
This commit is contained in:
parent
7d078a2f0e
commit
454fb106d2
4 changed files with 4 additions and 4 deletions
|
|
@ -246,7 +246,7 @@
|
|||
{#await import('../shared-components/leaflet') then { Map, TileLayer, Marker }}
|
||||
<Map center={latlng} zoom={14}>
|
||||
<TileLayer
|
||||
urlTemplate={'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'}
|
||||
urlTemplate={'https://tile.openstreetmap.org/{z}/{x}/{y}.png'}
|
||||
options={{
|
||||
attribution:
|
||||
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue