From 42af58b3c95ea67a464e5feb9bb811dd7ef0f29d Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Mon, 15 Oct 2018 12:14:39 +0200 Subject: [PATCH] add geo location center for config-mode-geo-location-osm --- site.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site.conf b/site.conf index d755fa0..aa45e4e 100644 --- a/site.conf +++ b/site.conf @@ -43,6 +43,16 @@ -- Show/hide the altitude field geo_location = { show_altitude = true, + -- for gluon-config-mode-geo-location-osm + osm = { + center = { + lat = 54.367758524, + lon = 9.343872070, + }, + zoom = 11, + -- the default is https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.2.0 + -- openlayers_url = 'https://mirror in kiel?', + }, }, -- define if the contact field is obligatory (optional) -- disabled in 2017.1.8 -- GitLab