Browse Source

Site repo für 2018.2 und OpenStreetmap vorbereitet

Michael Schwarz 5 years ago
parent
commit
35136fe496
4 changed files with 8 additions and 16 deletions
  1. 7 0
      extra/template.conf
  2. 0 8
      i18n/de.po
  3. 0 8
      i18n/en.po
  4. 1 0
      site.mk

+ 7 - 0
extra/template.conf

@@ -225,6 +225,13 @@
 		-- Show/hide the altitude field
 		geo_location = {
 			show_altitude = false,
+			osm = {
+				center = {
+					lat = 51.695543946,
+					lon = 8.958663940,
+				},
+				zoom = 11,
+			},
 		},
 		-- define if the contact field is obligatory (optional)
 		owner = {

+ 0 - 8
i18n/de.po

@@ -55,11 +55,3 @@ msgstr ""
 "<a href=\"https://hochstift.freifunk.net/\">unserer Webseite</a>."
 "</p>"
 "<p>Viel Spaß mit deinem Knoten und der Erkundung von Freifunk!</p>"
-
-msgid "gluon-config-mode:altitude-label"
-msgstr "Höhe"
-
-msgid "gluon-config-mode:altitude-help"
-msgstr ""
-"Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein "
-"exakter Wert bekannt ist."

+ 0 - 8
i18n/en.po

@@ -55,11 +55,3 @@ msgstr ""
 "3 seconds during normal operation. The device will then reboot into config "
 "mode.</p>"
 "<p>Have fun with your node and exploring of the Freifunk network!</p>"
-
-msgid "gluon-config-mode:altitude-label"
-msgstr "Altitude"
-
-msgid "gluon-config-mode:altitude-help"
-msgstr ""
-"Specifying the altitude is optional and should only be done if a proper "
-"value is known.

+ 1 - 0
site.mk

@@ -3,6 +3,7 @@ GLUON_FEATURES := \
         ebtables-filter-multicast \
         ebtables-filter-ra-dhcp \
         ebtables-limit-arp \
+	config-mode-geo-location-osm \
         mesh-batman-adv-15 \
         mesh-vpn-fastd \
         radvd \