diff --git a/html/index.html b/html/index.html index 3d3f9a0..9aca914 100644 --- a/html/index.html +++ b/html/index.html @@ -6,7 +6,7 @@
- Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here and here. Live observer map here, status (coverage, DOP) map here. Contact me if you want access to the Grafana dashboard.- This table shows live output from four Galileo/GPS/BeiDou/GLONASS receivers hosted in Nootdorp, The Netherlands and California, United States, Tonga, Brazil, Singapore, Austria, India and Uruguay. + This table shows live output from a Galileo/GPS/BeiDou/GLONASS receiver hosted by a volunteer somewhere in the world, and connected to the Galmon network. It is very much a work in progress, and will not be available at all times. Extremely rough code is on GitHub.
diff --git a/html/observer.html b/html/observer.html index 6f0aba1..f54cdb9 100644 --- a/html/observer.html +++ b/html/observer.html @@ -6,7 +6,7 @@ - Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.|
diff --git a/html/observer.js b/html/observer.js
index a594db6..bb296b5 100644
--- a/html/observer.js
+++ b/html/observer.js
@@ -215,7 +215,7 @@ function makeTable(str, obj)
return ret;
})}).
- enter().append("td").text(function(d) {
+ enter().append("td").html(function(d) {
return d.value;
}).attr("align", d=> d.align).style("background-color", d=> d.color);
diff --git a/html/observers.html b/html/observers.html
index a455a9d..509d9ee 100644
--- a/html/observers.html
+++ b/html/observers.html
@@ -6,10 +6,10 @@
- Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard. + Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard. - This table shows live output from four Galileo/GPS/BeiDou/GLONASS receivers hosted in Nootdorp, The Netherlands and California, United States. + This table shows live output from a Galileo/GPS/BeiDou/GLONASS receiver hosted by a volunteer somewhere in the world, and connected to the Galmon network. It is very much a work in progress, and will not be available at all times. Extremely rough code is on GitHub. diff --git a/html/overview.html b/html/overview.html index 54ed8e0..924453a 100644 --- a/html/overview.html +++ b/html/overview.html @@ -6,10 +6,10 @@ - Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.+ Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard. - This table shows live output from four Galileo/GPS/BeiDou/GLONASS receivers hosted in Nootdorp, The Netherlands and California, United States. + This table shows live output from a Galileo/GPS/BeiDou/GLONASS receiver hosted by a volunteer somewhere in the world, and connected to the Galmon network. It is very much a work in progress, and will not be available at all times. Extremely rough code is on GitHub. diff --git a/html/sv.html b/html/sv.html index dc57d9c..487d693 100644 --- a/html/sv.html +++ b/html/sv.html @@ -6,10 +6,10 @@ - Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.+ Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard. - This table shows live output from four Galileo/GPS/BeiDou/GLONASS receivers hosted in Nootdorp, The Netherlands and California, United States. + This table shows live output from a Galileo/GPS/BeiDou/GLONASS receiver hosted by a volunteer somewhere in the world, and connected to the Galmon network. It is very much a work in progress, and will not be available at all times. Extremely rough code is on GitHub. |