Hi all,
Sorry for a simple question:
Why in my map the lines do not the street:
my configuration:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>
<!-- CONFIGURAÇÃO PADRAO DO TRACCAR, O QUE CRIA AS TABELAS AUTOMATICAS, nao alterar -->
<entry key="config.default">./conf/default.xml</entry>
<!--fim-->
<!-- MySQL-->
...
<!-- MySQL fim -->
<!--apagar registros maiores que x dias-->
<entry key='database.positionsHistoryDays'>3</entry>
<!---->
<!--????????????-->
<entry key='database.distance.enable'>true</entry>
<!---->
<!--criando log so de erros - para nao ficar gigante (a testar)-->
<entry key='logger.level'>error, fatal</entry>
<!---->
<!-- filtra dados enviados pelo rastreador, como coordenadas em 0,0,0 ou parado numa mesma posição -->
<!-- descomentar o codigo abaixo qd for colocado em produção -->
<!--
<entry key='filter.enable'>true</entry>
<entry key='filter.limit'>3600</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.distance'>50</entry>
<entry key='filter.future'>50</entry>
-->
<!---->
</properties>
Best regards
Traccar connects locations reported by your device using straight lines. There is no snapping to roads.
Hi all,
Sorry for a simple question:
Why in my map the lines do not the street:
my configuration:
Best regards