mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
heatmap changed
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
var baseLayer = L.tileLayer(
|
var baseLayer = L.tileLayer(
|
||||||
'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
|
'https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png',{
|
||||||
attribution: '...',
|
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> — Map data © <a href=\'http://www.openstreetmap.org/copyright\'>OpenStreetMap</a>',
|
||||||
maxZoom: 18
|
maxZoom: 18
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user