bahnzumberg / zuugle-api

Public repositority for backend components of www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
2 stars 3 forks source link

GPX table in PostgreSQL #21

Closed martinheppner closed 1 year ago

martinheppner commented 1 year ago

Change the load so, that the GPX coordinates are stored in a table in the PostgreSQL database. From there the GPX files should be created.

martinheppner commented 1 year ago

Table gpx created and load implemented in sync.js. Has to be improved from speed perspective.