-
Notifications
You must be signed in to change notification settings - Fork 145
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
JSON to XML after installing traccar-web #433
Comments
I think this is because of this query: <entry key='database.insertPosition'>
INSERT INTO positions (device_id, protocol, serverTime, time, valid, latitude, longitude, altitude, speed, course, address, other)
VALUES (:deviceId, :protocol, CURRENT_TIMESTAMP(), :time, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :other);
</entry> From my last investigation in <entry key='database.insertPosition'>
INSERT INTO positions (device_id, protocol, serverTime, time, valid, latitude, longitude, altitude, speed, course, address, other)
VALUES (:deviceId, :protocol, CURRENT_TIMESTAMP(), :time, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes);
</entry> AFAIK in 3.0 and 3.1 |
According to traccar/traccar#1627 (comment) it should be the same. |
Also worked for me. Thanks |
Hi Vitaly,
Do you have any idea why the data in the field others are stored in xml after changing traccar.xml according to the instructions http://traccar.litvak.su/installation.html ?
Within "original" traccar the other field is in JSON by default, but after installing traccar-web it is XML.
It happens with traccar 3.2 and, I think, with 3.1 - (I have no experience with 3.3).
The text was updated successfully, but these errors were encountered: