Add LIFECYCLE filtering, street exceptions UI, address matching improvements, map viewer fixes
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user