add osm map with location picker to config mode
This commit is contained in:
parent
c4489b43ee
commit
a9b31fb0b5
|
@ -107,6 +107,12 @@
|
||||||
},
|
},
|
||||||
geo_location = {
|
geo_location = {
|
||||||
show_altitude = false,
|
show_altitude = false,
|
||||||
|
osm = {
|
||||||
|
center = {
|
||||||
|
lat = 53.0985,
|
||||||
|
lon = 8.8268,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
2
site.mk
2
site.mk
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue