facilmap/frontend
Candid Dauth 028cd7216b Improve search and elevation handling
- Move search and elevation functionality to utils (and introduce
  config/fetch adapter)
- Load search results and elevation data directly in frontend where
  possible
- Set marker elevation asynchronously
- Load search results elevation asynchronously
- Fix click marker bugs
- Load click marker reverse geocode info asynchronously (fixes #25)
- Stabilize handling of 504 errors in elevation lookup
- Add migration to add elevation to existing markers
2024-03-24 06:03:21 +01:00
..
public/static
src Improve search and elevation handling 2024-03-24 06:03:21 +01:00
README.md
build.d.ts
build.js
iframe-test.html
package.json Improve search and elevation handling 2024-03-24 06:03:21 +01:00
tsconfig.json
tsconfig.node.json
vite-define.ts
vite-lib.config.ts
vite.config.ts

README.md

facilmap-frontend is the Vue.js frontend for FacilMap.

Some information on how to use it can be found in the developer documentation.