Skip to content

Commit

Permalink
feat: Swap OSM tile servers for local ones
Browse files Browse the repository at this point in the history
in order to avoid our users data to land on foreign servers.
Thanks to Suush for setting them up!

Co-authored-by: Suuush <[email protected]>
  • Loading branch information
AiyionPrime and Suuush committed Jan 2, 2025
1 parent f1bc903 commit e575e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(document).ready(function () {

map.scrollWheelZoom.disable();

L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
L.tileLayer("https:///tiles.ffh.zone/{z}/{x}/{y}.png", {
attribution:
'&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
}).addTo(map);
Expand Down

0 comments on commit e575e5e

Please sign in to comment.