FastAPI router with CRUD endpoints for POIs, distance calculation trigger, and distance queries. Streaming GeoJSON endpoint now accepts include_poi_distances=true to inject travel times into features. Celery task wraps the distance calculator with progress reporting. |
||
|---|---|---|
| .. | ||
| app.py | ||
| audit_middleware.py | ||
| auth.py | ||
| config.py | ||
| metrics.py | ||
| metrics_guard.py | ||
| passkey_routes.py | ||
| poi_routes.py | ||
| rate_limit_config.py | ||
| rate_limiter.py | ||