- DESIGN.md: full design incl. driving-trip requirements (R1-R4), stays model, focus mode, mobile, provenance rules - SURVEY.md: open-source landscape - mock/: interaction mock (Florence itinerary, focus mode, stays, region stops, mobile layout) - router/: Go module (stdlib-only) with Router interface (Valhalla + OSRM backends), stop_cost, optimize_stops, corridor, routectl CLI, bench (5 real NE-corridor tasks, 26 checks passing), integration tests, and setup-osrm.sh for the self-hosted router - osm/: NH+MA+CT+NY PBFs (gitignored) + setup artifacts
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
# map tile cache + server runtime
|
|
mock/.tilecache/
|
|
mock/server.log
|
|
|
|
# OSM data (downloaded by router/scripts/setup-osrm.sh)
|
|
osm/*.osm.pbf
|
|
osm/build/
|
|
|
|
# Go
|
|
router/router
|
|
router/bench
|