cleanup, new picture
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 167 KiB |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user