Commit Graph

5 Commits

Author SHA1 Message Date
Félix Baylac-Jacqué 2890656b8a data-ingest: Create a spatial index on the building geodata 2022-02-21 19:00:11 +01:00
Félix Baylac-Jacqué 6c8c3b138d webapp: fetch eligibility data on backend
We fetch the eligibility data from the backend for the area the user
is currently viewing.

We don't want to trigger the search when the user is zoomed out, it
could be heavy on the backend CPU. Hence, we trigger the fetch after
the user searched for his real address or reached a good-enough zoom level.

The backend is currently returning a dummy answer.
2022-02-21 17:21:21 +01:00
Félix Baylac-Jacqué 8fbad8b7b1 webapp: display interactive map + geocoding
Adding an interactive map with a geocoding search bar. We use leaflet
with the openstreetmap.fr tiles. As for the geocoding part, we use
komoot's photon API for the time being.
2022-02-21 15:28:19 +01:00
Félix Baylac-Jacqué 17849388cc Add some doc 2022-02-21 12:52:23 +01:00
Félix Baylac-Jacqué 77f9be057e Add primitive IPE data ingestor. 2022-02-21 12:47:59 +01:00