Travis build: 353

gh-pages
dl9rdz (via Travis CI) 2021-09-18 21:03:33 +00:00
rodzic 3d5cbdfb27
commit 9fcec79188
5 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -1 +1,2 @@
fix issue #172 with negative lat on livemap
fix #165

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,4 +1,4 @@
livemap.js 17996
livemap.js 18045
try {
var check = $(document);
} catch (e) {
@ -41,7 +41,8 @@ $(document).ready(function(){
}
};
map.setView([51.163361,10.447683], 5); // Mitte DE
if(mapcenter) map.setView(mapcenter, 5);
else map.setView([51.163361,10.447683], 5); // Mitte DE
var reddot = '<span class="ldot rbg"></span>';
var yellowdot = '<span class="ldot ybg"></span>';
@ -1200,7 +1201,7 @@ p{
text-align: left;
}
}
livemap.html 672
livemap.html 720
<!DOCTYPE html>
<html>
<head>
@ -1209,6 +1210,7 @@ livemap.html 672
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" />
<script>var mapcenter=[%MAPCENTER%];</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
<script src="https://unpkg.com/leaflet.marker.slideto@0.2.0/Leaflet.Marker.SlideTo.js"></script>

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -24,14 +24,15 @@
<li><a href="master/master_v0.6a-full.bin">master_v0.6a-full.bin</a> (Apr 29 21:03:35 2019)</li>
</ul><h2>Development repository</h2><ul>
<li><a href="devel/update.ino.bin">update.ino.bin</a> (Sep 18 20:39:51 2021)
<li><a href="devel/update.ino.bin">update.ino.bin</a> (Sep 18 21:03:33 2021)
</li>
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 18 20:39:51 2021)
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 18 21:03:33 2021)
</li>
<li><a href="devel/devel20210918-B16-full.bin">devel20210918-B16-full.bin</a> (Sep 18 20:39:51 2021)
<li><a href="devel/devel20210918-B16-full.bin">devel20210918-B16-full.bin</a> (Sep 18 21:03:33 2021)
<br>fix issue #172 with negative lat on livemap
fix #165
</li>
<li><a href="devel/devel20210917-B16-full.bin">devel20210917-B16-full.bin</a> (Sep 17 11:07:33 2021)