Skip to content

Commit d14956d

Browse files
add coord and image to readme
1 parent 7736a66 commit d14956d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ The resulting shell puts you into the equivalent of the root of this repository,
7070
7171
All output files are saved in the `/workdir` by default, you can from there move them into `/workdir/output` inside the container to access files on your host operating system.
7272
73+
A [ready-built image is available on Docker Hub](https://hub.docker.com/r/gedankenstuecke/osm-mapping-party-before-after).
74+
7375
## Usage
7476
7577
1. Download an OSM history file (`.osh.pbf`) e.g. from [Geofabrik's internal download server](https://osm-internal.download.geofabrik.de/?landing_page=true). You will need to log in with an OSM account.
7678
1. Calculate the `BBOX` with [BBoxFinder.com](http://bboxfinder.com/).
7779
1. *Draw a rectangle*
7880
1. Copy the *Box* value
81+
1. Make sure coordinates are in `long/lat` format (can be changed in the bottom-right)
7982
1. Run the following command:
8083
```bash
8184
./make.sh OSM_HISTORY_FILE.osh.pbf BEFORE_TIME AFTER_TIME BBOX MIN_ZOOM MAX_ZOOM

0 commit comments

Comments
 (0)