cleanup, new picture

This commit is contained in:
2021-03-27 18:16:04 +01:00
parent 9fd4ca62d3
commit 7c13a54059
6 changed files with 10 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 167 KiB

+7
View File
@@ -143,6 +143,13 @@ $(document).ready(function () {
map.fitBounds(bounds, { padding: [20, 20] });
});
$( "#datetimeslider" ).mousemove(function( event ) {
updateSliderTooltip(this);
});
$( "#datetimeslider" ).bind('touchmove', function( event ) {
updateSliderTooltip(this);
});
var url = 'https://wmts20.geo.admin.ch/1.0.0/ch.swisstopo.pixelkarte-farbe/default/current/3857/{z}/{x}/{y}.jpeg';
var tilelayer = new L.tileLayer(url);