add osm map with location picker to config mode

This commit is contained in:
Joda Stößer 2018-12-30 05:03:08 +01:00 committed by genofire
parent c4489b43ee
commit a9b31fb0b5
2 changed files with 8 additions and 0 deletions

View File

@ -107,6 +107,12 @@
}, },
geo_location = { geo_location = {
show_altitude = false, show_altitude = false,
osm = {
center = {
lat = 53.0985,
lon = 8.8268,
},
},
}, },
}, },
} }

View File

@ -15,6 +15,8 @@ GLUON_SITE_PACKAGES := \
respondd-module-airtime \ respondd-module-airtime \
gluon-config-mode-core \ gluon-config-mode-core \
gluon-config-mode-domain-select \ gluon-config-mode-domain-select \
gluon-config-mode-geo-location \
gluon-config-mode-geo-location-osm \
gluon-web-mesh-vpn-fastd \ gluon-web-mesh-vpn-fastd \
gluon-web-private-wifi \ gluon-web-private-wifi \
gluon-radv-filterd \ gluon-radv-filterd \