Skip to content

Commit

Permalink
Update steps for 'Using your own OSM data' (#889)
Browse files Browse the repository at this point in the history
Add more clear step into quickstart.md for using own OSM data
fix #843
  • Loading branch information
TomPohys committed May 26, 2020
1 parent 6feefb4 commit b2ab969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ This is generating `.mbtiles` for your area : [ MIN_ZOOM: "0" - MAX_ZOOM: "7"
./quickstart.sh yukon # Yukon, Canada
```
### Using your own OSM data
Mbtiles can be generated from an arbitrary osm.pbf (e.g. for a region that is not covered by an existing extract) by making the `data/` directory and placing an osm.pbf inside/
Mbtiles can be generated from an arbitrary osm.pbf (e.g. for a region that is not covered by an existing extract) by making the `data/` directory and placing an *-latest.osm.pbf inside. Inside of folder have to be `docker-compose-config.yml` file too, otherwize whole folder `data/` will be deleted and `download-osm` will try to download osm.pbf file from `geofabric`, `osmfr` or `bbbike`.

```
mkdir -p data
mv my.osm.pbf data/
mv my-latest.osm.pbf data/
./quickstart.sh my
```

Expand Down

0 comments on commit b2ab969

Please sign in to comment.