surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 23 forks source link

Adds the functionality of uploading csv generated by torque and added base layer options to openlayers control #53

Closed JauminaKape closed 1 year ago

JauminaKape commented 1 year ago

Several changes to be able to generate the map, charts and use the slider with data obtained from a csv file.

The way to add a trip log is just by dragging it to the window, if anyone is interested adding an import button would be easy, but this fits my needs right now.

I tested this one with my own triplogs, and the debug test one that's in the repository, probably needs more testing with csv generated with different torque configurations and pids.

I created a new object with all the base layer options and urls that need api key for the openlayers map provider, so if you configure the key for the tile provider the option will be there to use it as a base layer.

surfrock66 commented 1 year ago

Looks good, worked on my instance, merging.