Karsten Böddeker 7d930bd635 Update documentation 7 gadi atpakaļ
..
files e5fb2f8419 ffho-config-mode-geo-location: update to be like the patch submitted upstream 8 gadi atpakaļ
i18n e5fb2f8419 ffho-config-mode-geo-location: update to be like the patch submitted upstream 8 gadi atpakaļ
LICENSE defeacca62 add LICENSE file for packages based on gluon-packages 8 gadi atpakaļ
Makefile aec0976935 standardize Makefiles 8 gadi atpakaļ
ReadMe.md 7d930bd635 Update documentation 7 gadi atpakaļ
check_site.lua e5fb2f8419 ffho-config-mode-geo-location: update to be like the patch submitted upstream 8 gadi atpakaļ

ReadMe.md

ffho-config-mode-geo-location

This package enables the user to set latitude, longitude and altitude of their node within config mode. As the usage of the altitude is not well defined the corresponding field can be disabled.

site.conf

config_mode.geo_location.show_altitude: optional

  • true enables the altitude field (default)
  • false disables the altitude field if altitude has not yet been set

example

{
  config_mode = {
    geo_location = {
      show_altitude = false,
    },
  },
  ...
},