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 \