Ignore zero coordinates

Pavel Srneček4 years ago

Hi is there any command to ignore zero coordinates? My lk209 sends zero coordinates after idle time and then lk209 is displayed below Africa. I need it to show the last valid position. Thank you for your help

Anton Tananaev4 years ago

There is filtering for zero coordinates. Read config documentation.

Pavel Srneček4 years ago

Hi, will such a setting work to filter zero and invalid coordinates?

    <entry key='filter.invalid'>true</entry>
    <entry key='filter.zero'>true</entry>

Or does this first line still have to be?

    <entry key='filter.enable'>true</entry>
    <entry key='filter.invalid'>true</entry>
    <entry key='filter.zero'>true</entry>

Thank you so much for the advice and your time

Anton Tananaev4 years ago

You need the first one as well, but it's usually enabled by default unless you explicitly disabled it.