From a9b31fb0b5d4b04f9d4ac164920daef93c1e5b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Sun, 30 Dec 2018 05:03:08 +0100 Subject: [PATCH] add osm map with location picker to config mode --- site.conf | 6 ++++++ site.mk | 2 ++ 2 files changed, 8 insertions(+) diff --git a/site.conf b/site.conf index 704ab3d..9140a91 100644 --- a/site.conf +++ b/site.conf @@ -107,6 +107,12 @@ }, geo_location = { show_altitude = false, + osm = { + center = { + lat = 53.0985, + lon = 8.8268, + }, + }, }, }, } diff --git a/site.mk b/site.mk index fccc1f4..fbcfebc 100755 --- a/site.mk +++ b/site.mk @@ -15,6 +15,8 @@ GLUON_SITE_PACKAGES := \ respondd-module-airtime \ gluon-config-mode-core \ gluon-config-mode-domain-select \ + gluon-config-mode-geo-location \ + gluon-config-mode-geo-location-osm \ gluon-web-mesh-vpn-fastd \ gluon-web-private-wifi \ gluon-radv-filterd \