- u_turn_costs: 60 (was infinite -> U-turns forbidden -> huge detours) - distance_influence 70 -> 20, de-prioritise service/living_street/track - restore safe ignored_highways (was "" -> footways imported, bad snapping) - profiles_ch -> profiles_lm (edge-based CH too heavy with turn_costs) - server port 8989 -> 8080 to match compose mapping, healthcheck and API - add normalize-oneway + check-bidirectional tooling
38 lines
437 B
Plaintext
38 lines
437 B
Plaintext
# Database Dumps
|
|
*.sql
|
|
*.tar.gz
|
|
|
|
# Node modules
|
|
node_modules/
|
|
.npm/
|
|
|
|
# Environment Variables
|
|
.env
|
|
.env.local
|
|
|
|
# Virtual Environments
|
|
venv/
|
|
venv_overture/
|
|
.venv/
|
|
env/
|
|
|
|
# Map Data
|
|
*.osm.pbf
|
|
*.pbf
|
|
infrastructure/osm-data/default-gh/
|
|
apps/.npm-cache/
|
|
*.json.bak
|
|
apps/api/src/telemetry/*.json
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.venv-osm/
|
|
__pycache__/
|
|
infrastructure/osm-data/*.orig
|