Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - How archive module work? #543

Closed
thaihau opened this issue Feb 29, 2016 · 8 comments
Closed

Question - How archive module work? #543

thaihau opened this issue Feb 29, 2016 · 8 comments
Labels

Comments

@thaihau
Copy link

thaihau commented Feb 29, 2016

Any documentation explaining archive module work?
Example after select Device, Date Range and press filter?
I had have added in demo site https://d.traccar.litvak.su/ also cant search any results.

@vitalidze
Copy link
Owner

There are no such documentation because this function is quite intuitive. You just:

  • select device
  • set up the time period
  • hit 'Load' button

Then it will show the trace on map and points of that trace in table in archive panel. If you don't see anything then try disabling 'filter' function and check the time period, maybe set up a wider time period. Also it's worth to disable the 'snap to roads' function since it works only when your trace is less than 100 points length.

@thaihau
Copy link
Author

thaihau commented Feb 29, 2016

Work in the demo server, however the one i setup cant show any results. But i checked there is records in the database.
Found this entry in tracker-server.log, not sure is this the root cause or not. 2016-02-29 01:32:28 WARN: Unknown column 'status' in 'field list' - MySQLSyntaxErrorException (... < QueryBuilder:431 < DataManager:256 < ConnectionManager:110 < ...)

@vitalidze
Copy link
Owner

Are you sure you have the data for that particular device in your database for the period you are doing the query?

Found this entry in tracker-server.log, not sure is this the root cause or not. 2016-02-29 01:32:28 WARN: Unknown column 'status' in 'field list' - MySQLSyntaxErrorException (... < QueryBuilder:431 < DataManager:256 < ConnectionManager:110 < ...)

This one can be safely ignored. Or you can disable the query as said in #439

@thaihau
Copy link
Author

thaihau commented Feb 29, 2016

Yes, i am sure the devices is added into system. From console, i got this js error, not sure is this the cause or not.

screen shot 2016-02-29 at 3 58 00 pm

@vitalidze
Copy link
Owner

Yes, it looks like the cause. I think the reason is the 'snap to roads' function. Try to disable it and re-run the 'load' query. The function is located in the hidden part of menu (on toolbar at the right hand side the '>>' button).

@thaihau
Copy link
Author

thaihau commented Feb 29, 2016

Is this uncheck the "Zoom to track" function?

screen shot 2016-02-29 at 5 06 02 pm

@vitalidze
Copy link
Owner

No, it is called 'Snap to roads'. Looks like it is missing in your screen resolution. Try to enlarge browser window.

@thaihau
Copy link
Author

thaihau commented Feb 29, 2016

Ok. Found it! Now i got everything working now after enlarge browser. Thanks!
Uploading the print screen hopefully can help other users.
screen shot 2016-02-29 at 5 22 53 pm

@thaihau thaihau closed this as completed Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants