fietensen / wafflemap

Educational Repository showcasing a Fullstack application including CI/CD pipeline
MIT License
0 stars 0 forks source link

Geometry bundling #58

Closed fietensen closed 2 months ago

fietensen commented 2 months ago

This adds a GeometryCollection to the Path returned by the backend, eliminating the need to request every. single. road. section. This speeds up things by alot and is easier on the backend.

Closes #57