cmd/ursrv: Update map tile URL

This commit is contained in:
Jakob Borg 2023-07-16 17:36:05 +02:00
parent 265ce139c5
commit b96b23957b
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ found in the LICENSE file.
};
var baseLayer = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
'https://tile.openstreetmap.org/{z}/{x}/{y}.png',{
attribution: '...',
maxZoom: 18
}