Add LIFECYCLE filtering, street exceptions UI, address matching improvements, map viewer fixes

This commit is contained in:
zyphlar
2026-04-09 09:36:14 -07:00
parent 449a182fa4
commit e8267b1eee
10 changed files with 544 additions and 33 deletions
+18
View File
@@ -1,5 +1,19 @@
# OSM Import Tools
## Using
### Roads
### Addresses
Run after Roads to reduce validation errors. Easiest to hide existing (gray) and removed (red) and just focus on what new addresses to add.
Open in JOSM, and download the affected areas from OSM including highways with this Overpass query:
### Paths
Only Sumter currently has paths available.
## Docker Quick Start
### Using Docker Compose (Recommended)
@@ -47,6 +61,10 @@ docker stop osm-import-tools
docker rm osm-import-tools
```
### Deploying with Portainer
Just push to git and set up a pull from git; Portainer can build and run the project directly.
### Uploading to a registry
```bash
docker build -t osm-import-tools .