improved josm; snapping

This commit is contained in:
zyphlar
2026-07-08 14:57:47 -07:00
parent 37398aac8c
commit cc925fd345
5 changed files with 805 additions and 9 deletions
+6 -1
View File
@@ -4,11 +4,16 @@ services:
web:
build:
context: .
pull: true
ports:
- "5000:5000"
volumes:
- ./data:/data
- ./web:/app/web
- ./download-overpass.py:/app/download-overpass.py
- ./diff-highways.py:/app/diff-highways.py
- ./shp-to-geojson.py:/app/shp-to-geojson.py
- ./convert-addresses.py:/app/convert-addresses.py
- ./compare-addresses.py:/app/compare-addresses.py
env_file:
- stack.env
environment: