mstahv / spring-boot-spatial-example

A Spring Boot example editing spatial data in MySQL
140 stars 57 forks source link

A Spring Boot example editing spatial data in relational database

Alt text

This is a small example app that shows how one can use:

...to build a full-stack web app handling spatial data efficiently.

As the data is in an optimized form in the DB, it is possible to create efficient queries to the backend and e.g. only show features relevant to the current viewport of the map visualizing features or what ever you can with the spatial queries.

Enjoy!