diff --git a/RPS 4/data/css/monitor.css b/RPS 4/data/css/monitor.css
index c5bdbc2..8067cb8 100644
--- a/RPS 4/data/css/monitor.css
+++ b/RPS 4/data/css/monitor.css
@@ -128,6 +128,13 @@ html, body {
text-align: right;
}
+#location {
+ z-index: 100;
+ right: 0.5em;
+ bottom: 2.5em;
+ text-align: right;
+}
+
#debug {
z-index: 100;
right: 0.5em;
diff --git a/RPS 4/data/js/monitor.js b/RPS 4/data/js/monitor.js
index ea2d5f5..6ffaa79 100644
--- a/RPS 4/data/js/monitor.js
+++ b/RPS 4/data/js/monitor.js
@@ -536,6 +536,11 @@ function showImage(source, displayPath, settings) {
$("#filename .filename")[0].innerHTML = settings["path.filename"];
$("#filename .extension")[0].innerHTML = settings["path.extension"];
document.getElementById("quickMetadata").innerHTML = settings["metadata"];
+ if (settings["location"] != undefined) {
+ document.getElementById("location").innerHTML = settings["location"];
+ } else {
+ document.getElementById("location").innerHTML = "";
+ }
if (settings["pano"] != undefined && settings["pano"] == true) {
// window.prompt("Copy to clipboard: Ctrl+C, Enter", html);
diff --git a/RPS 4/data/monitor.html b/RPS 4/data/monitor.html
index 1c79487..0a27226 100644
--- a/RPS 4/data/monitor.html
+++ b/RPS 4/data/monitor.html
@@ -23,6 +23,7 @@
#indexprogress#
#debug#
#metadata#
+
#location#
hh:mm:ss