Подскажите работает ли еще параметр conf файла

Boris Murashov2 years ago

Ранее был параметр <entry key='report.ignoreOdometer'>true</entry>
Который заставлял траккар рассчитывать пройденный путь самостоятельно опираясь на переданные координаты (трекеры неверно рассчитывают пройденный путь). Работает ли этот парамер? Чем его можно заменить?
Пример конф файла в котором параметр не работает:

<?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>

<properties>

    <entry key='config.default'>./conf/default.xml</entry>

    <!--

    This is the main configuration file. All your configuration parameters should be placed in this file.

    Default configuration parameters are located in the "default.xml" file. You should not modify it to avoid issues
    with upgrading to a new version. Parameters in the main config file override values in the default file. Do not
    remove "config.default" parameter from this file unless you know what you are doing.

    For list of available parameters see following page: https://www.traccar.org/configuration-file/

    -->

    <entry key='database.driver'>org.h2.Driver</entry>
    <entry key='database.url'>jdbc:h2:./data/database</entry>
    <entry key='database.user'>sa</entry>
    <entry key='database.password'></entry>
 <!--   
   <entry key='coordinates.filter'>true</entry>
    <entry key='coordinates.minError'>6</entry>
    <entry key='coordinates.maxError'>50</entry>   	-->
    <entry key='report.ignoreOdometer'>true</entry>
 <!--   	
    <entry key='report.trip.minimalTripDuration'>true</entry>
    <entry key='report.trip.minimalTripDistance'>50</entry>
    <entry key='report.trip.minimalParkingDuration'>120</entry>   -->
    <entry key='report.trip.greedyParking'>true</entry>
    <entry key='event.enable'>true</entry>
    <entry key='event.motion.speedThreshold'>1.6</entry>
    <entry key='event.geofenceHandler'>true</entry>
    <entry key='status.timeout'>15</entry>


</properties>
Anton Tananaev2 years ago

Должен работать.