From 216ee05f183224429d3beab16ad95f2d20029f3f Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 21 Sep 2019 00:32:52 +0200 Subject: [PATCH] Update config.template.ini Implementing global switch to enable geo-decoding --- config/config.template.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.template.ini b/config/config.template.ini index a8806c6..9e05679 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -115,6 +115,9 @@ netIdent_ric = 0174760, 1398098 # you can hold one entry per netIdent_ric [0] or the whole history [1] netIdent_history = 0 +# With some message, coordinates can be sent to determine the destination +# Do you want to enable this feature? (0 - off | 1 - on) +geo_enable = 0 # If a RIC contains coordinates, specify the regex used to decode them geo_format = #C(\d{2})(\d{5}),(\d{2})(\d{5})# geo_order = LON, lon, LAT, lat