aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fietsboek/templates/layout.jinja23
1 files changed, 3 insertions, 0 deletions
diff --git a/fietsboek/templates/layout.jinja2 b/fietsboek/templates/layout.jinja2
index 5a10e66..d4e0a0d 100644
--- a/fietsboek/templates/layout.jinja2
+++ b/fietsboek/templates/layout.jinja2
@@ -23,8 +23,11 @@ const FRIENDS_URL = {{ request.route_url('json-friends') | tojson }};
const TILE_LAYERS = {{ embed_tile_layers(request) }};
const BASE_URL = {{ request.route_url('home') | tojson }};
const LOCALE = {{ request.localizer.locale_name.replace('_', '-') | tojson }};
+
+// Settings for GPX Viewer. Check GPX2GM_Defs.js for a full list.
const Bestaetigung = false;
const Fullscreenbutton = true;
+const Legende = false;
</script>
</head>