From eb97c76228dd9675ccfe4662ca551f07327ca9b4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 9 Jan 2022 07:35:37 +0100 Subject: add ilztal.live sources into tree --- assets/ilztal.live/geolocation/index.html | 179 ++++++++++++++++++++++++++++ assets/ilztal.live/geolocation/mapview.html | 94 +++++++++++++++ assets/ilztal.live/geolocation/view.html | 77 ++++++++++++ 3 files changed, 350 insertions(+) create mode 100644 assets/ilztal.live/geolocation/index.html create mode 100644 assets/ilztal.live/geolocation/mapview.html create mode 100644 assets/ilztal.live/geolocation/view.html (limited to 'assets/ilztal.live') diff --git a/assets/ilztal.live/geolocation/index.html b/assets/ilztal.live/geolocation/index.html new file mode 100644 index 0000000..052a9fa --- /dev/null +++ b/assets/ilztal.live/geolocation/index.html @@ -0,0 +1,179 @@ + + + + + + geolocation tracker test + + + + + + + + + + +
+

+ + +

+ Latitude:
+ Longitude:
+ Altitude:
+ Accuracy:
+ Speed:
+ Angle:
+

+ + + + +

+ + +

+

+ + + + + + diff --git a/assets/ilztal.live/geolocation/mapview.html b/assets/ilztal.live/geolocation/mapview.html new file mode 100644 index 0000000..bb62f62 --- /dev/null +++ b/assets/ilztal.live/geolocation/mapview.html @@ -0,0 +1,94 @@ + + + + + + Position view + + + + + + + + + + + + + +
+
+
+ + + + diff --git a/assets/ilztal.live/geolocation/view.html b/assets/ilztal.live/geolocation/view.html new file mode 100644 index 0000000..58b4c76 --- /dev/null +++ b/assets/ilztal.live/geolocation/view.html @@ -0,0 +1,77 @@ + + + + + + Position view + + + + + + + + + + + + + +
+
+
+ + + + -- cgit v1.2.3