gluon-config-mode-geo-location.rst 586 B

12345678910111213141516171819202122
  1. gluon-config-mode-geo-location
  2. ==============================
  3. This package enables the user to set latitude, longitude and altitude of their
  4. node within config mode. As the usage of the altitude is not well defined the
  5. corresponding field can be disabled in your ``site.conf``.
  6. site.conf
  7. ---------
  8. config_mode.geo_location.show_altitude : optional
  9. - ``true`` enables the altitude field
  10. - ``false`` disables the altitude field if altitude has not yet been set
  11. - defaults to ``true``
  12. Example::
  13. config_mode = {
  14. geo_location = {
  15. show_altitude = true,
  16. }
  17. }