lang changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 21:18:29 +01:00
parent c06f8231b6
commit 85364f9bed

View File

@@ -17,8 +17,8 @@
init() {
var baseLayer = L.tileLayer(
'https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png',{
attribution: 'Map tiles by <a href=\'http://stamen.com\'>Stamen Design</a>, <a href=\'http://creativecommons.org/licenses/by/3.0\'>CC BY 3.0</a> &mdash; Map data &copy; <a href=\'http://www.openstreetmap.org/copyright\'>OpenStreetMap</a>',
'https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png',{
attribution: '&copy; <a href=\'https://www.openstreetmap.org/copyright\'>OpenStreetMap</a> contributors',
}
);