transistorsoft / background-geolocation-console

A field-testing & analysis server for the Background Geolocation plugin
MIT License
150 stars 157 forks source link

Store the points or the line in database? #124

Open aweiand opened 3 years ago

aweiand commented 3 years ago

Hi,

Just to understand, you store the points from the app and draw the line between them on the fly, not store the line on database? I'm working on a Laravel / Postgres / Postgis, configuration, and actually we create the line and store on the database, instead of store the points, is have any difference?

Thank`s.