trips/mock
Greg Pomerantz 3da04c111e Move runtime artifacts out of the source tree to ~/trips
The dev directory now holds source code + compiled binaries only:
  ~/trips/osm/          OSM PBF extracts (was osm/, 1.4 GB)
  ~/trips/tilecache/    mock tile cache (was mock/.tilecache)
  ~/trips/store/mock/   per-trip uploads + chat logs (was mock/store, PII)
  ~/trips/logs/         server.log
  ~/trips/stale-osm-build/  stale source/tarball dup of ~/osm-build
                           (repo osm/build had no binaries; the live OSRM
                           toolchain + graphs already lived in ~/osm-build)

Code now points at the new locations, all overridable via env:
- mock/server.js: TRIPS_HOME (default ~/trips) for tile cache + store
- setup-osrm.sh / setup-osrm-colombia.sh: OSM_DIR (default ~/trips/osm)
- spatial/compose+import.sh: OSM_DIR (default ~/trips/osm)
- .gitignore: rewritten — no artifact paths remain in-tree
2026-09-10 10:03:04 -04:00
..
scripts Move runtime artifacts out of the source tree to ~/trips 2026-09-10 10:03:04 -04:00
app.js Move runtime artifacts out of the source tree to ~/trips 2026-09-10 10:03:04 -04:00
data.js Fix Cartagena old-city points placed in the bay + misplaced CTG airport 2026-09-09 21:02:19 -04:00
index.html Route card: put walk/taxi on the leg popup; make the drop-off ride hoverable 2026-09-09 17:56:58 -04:00
server.js Move runtime artifacts out of the source tree to ~/trips 2026-09-10 10:03:04 -04:00
styles.css Live web enrichment (SearXNG) + PostGIS spatial stack 2026-09-10 09:43:30 -04:00