gluon-config-mode-geo-location-with-map: fix spelling and grammar
This commit is contained in:
parent
cfa68a4fd9
commit
70052f2617
@ -2,7 +2,8 @@ gluon-config-mode-geo-location
|
||||
==============================
|
||||
|
||||
This package allows the user to set latitude, longitude and optionally altitude
|
||||
within config mode. There are 2 types of this package.
|
||||
to be advertised from within the config mode. There are two types of this
|
||||
package:
|
||||
|
||||
It is possible to include ``gluon-config-mode-geo-location`` or
|
||||
``gluon-config-mode-geo-location-with-map`` in the ``site.mk``.
|
||||
@ -10,14 +11,15 @@ It is possible to include ``gluon-config-mode-geo-location`` or
|
||||
gluon-config-mode-geo-location-with-map
|
||||
---------------------------------------
|
||||
|
||||
The package ``gluon-config-mode-geo-location-with-map`` will additionally add a
|
||||
map where users can pick a position. This map will only be shown if the users
|
||||
computer has an internet connection.
|
||||
This package enhances the config mode by providing users a map that can be used
|
||||
to pick a position. The map requires an internet connection on the users
|
||||
computer and will be hidden if there is none.
|
||||
|
||||
site.conf
|
||||
^^^^^^^^^
|
||||
|
||||
This option is valid for both package variants.
|
||||
This option is valid for both ``gluon-config-mode-geo-location`` and
|
||||
``gluon-config-mode-geo-location-with-map``:
|
||||
|
||||
config_mode.geo_location.show_altitude \: optional
|
||||
- ``true`` the altitude section in config mode is shown
|
||||
@ -35,9 +37,9 @@ config_mode.geo_location.map_lat \: optional
|
||||
- represents the default latitude center of the location picker map.
|
||||
- defaults to ``0.0``
|
||||
|
||||
The above 2 options will usually be shown on a factory flashed Router. If a node
|
||||
is reentered the config mode the map's center will be on the last defined
|
||||
position.
|
||||
The map will center to the position defined in map_lat and map_lon, unless a
|
||||
+location was already defined. The new defined location will become the
|
||||
new center.
|
||||
|
||||
config_mode.geo_location.olurl \: optional
|
||||
- ``url`` set an url for OpenStreetMap layers.
|
||||
|
@ -27,8 +27,7 @@ msgstr ""
|
||||
"die Koordinaten händisch zu hinterlegen."
|
||||
#ifdef WITHMAP
|
||||
"Wenn dein Computer mit dem du den Router einrichtest eine Internetverbindung hat, "
|
||||
"hast du die Möglichkeit auf der unten angezeigten Karte an die Stelle zu klicken, an der "
|
||||
"der Router stehen wird."
|
||||
"hast du die Möglichkeit die Position des Routers auf der Karte auszuwählen."
|
||||
#endif
|
||||
"Bitte berücksichtige, dass das Setzen einer Position die Netzwerk Qualität verbessern kann."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user