Delete bad locations

astronaut7 years ago

Hello,

******Question 1:

In a route, when position is bad, traccar make a point in a very far point from me. It is marked as Not valid position in traccar 3.14, but...

Is there any method of delete this point in traccar server easy?

https://i.imgur.com/56C9tzi.png

******Question 2:

Where exactly must I put this value?

<entry key='filter.enable'>true</entry>
<entry key='filter.maxSpeed'>130</entry>

I have tryed to put it in: Settings/Server/Atributes ; but when I try to put a route, always happend the same thing.

https://fotos.subefotos.com/80c1d267b3b8fdf85c8ab9ce6b910f72o.png

Thank you.

astronaut7 years ago
Anton Tananaev7 years ago
  1. You can only remove all points by re-creating device, or manually through the database.

  2. You put it into the config file. Please read documentation.

astronaut7 years ago

so... not avaiable in traccar menus, isn't it?

Anton Tananaev7 years ago

There is no menu for it.

astronaut7 years ago

It is easy if you put a window with atrributes to edit them...

jovi7 years ago

run the h2 web console and look for the point to remove

java -cp h2-1.4.185.jar org.h2.tools.Console -web -browser

astronaut7 years ago

Hello, i am here again.

I need not to show in traccar invalid positions.

How must i configure conf to do it? We are a small community in telegram, all with traccar and diferentes trackers, but in the moment to connect a lot of us, gps sends an invalid position and traccar registered it.
Is there any method not to register in traccar all invalid positions please?

astronaut7 years ago

If I add those lines, traccar server never start again: is there anything wrong not to show invalid positions please?

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

    <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='database.historyDays'>22</entry>
<entry key='filter.maxSpeed'>130</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.future'>86400</entry>
<entry key='filter.distance'>20</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>20</entry>
<entry key='coordinates.maxError'>30000</entry>
<entry key=’filter.distance’>50</entry>
</properties>
Anton Tananaev7 years ago

Check log files for errors.

astronaut7 years ago

if traccar no starts, there is no log files in traccar. Great!

astronaut7 years ago

any help please?

Anton Tananaev7 years ago

Usually there are log files even if it doesn't start.

astronaut7 years ago

I know there is an error here:

<entry key='filter.maxSpeed'>130</entry>
<entry key='filter.future'>86400</entry>
<entry key='filter.distance'>20</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>20</entry>
<entry key='coordinates.maxError'>30000</entry>

but no find it.

Anton Tananaev7 years ago

Have you checked logs? I don't understand why you are trying to guess what the problem is.