mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update config.template.ini
Implementing global switch to enable geo-decoding
This commit is contained in:
parent
9d8c9c986c
commit
216ee05f18
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue