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?
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.