Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Note: from version 3.0 on the pre-built version from this repository requires a

* Generate a 211MB large MBTile format MapSplit file with all the data, including metadata for the Iraq in a couple of minutes:

java -Xmx6G -jar mapsplit-all-0.3.0.jar -tvMm -i iraq-latest.osm.pbf -o iraq.msf -f 2000 -z 16 -O 2000
java -Xmx6G -jar mapsplit-all-0.4.0.jar -tvMm -i iraq-latest.osm.pbf -o iraq.msf -f 2000 -z 16 -O 2000

* Generate a MBTile format MapSplit file with all the data and metadata for the city of Zurich that is suitable for use with [Vespucci](https://vespucci.io/):

java -Xmx6G -jar mapsplit-all-0.3.0.jar -tvMm -i switzerland-padded.osm.pbf -o zurich.msf -f 2000 -z 15 -O 2000 -s 200000000,20000000,2000000 -p Zurich_AL8-AL8.poly
java -Xmx6G -jar mapsplit-all-0.4.0.jar -tvMm -i switzerland-padded.osm.pbf -o zurich.msf -f 2000 -z 15 -O 2000 -s 200000000,20000000,2000000 -p Zurich_AL8-AL8.poly

The `.poly` file with the boundaries can for example be retrieved from the [OSM Admin Boundaries](https://wambachers-osm.website/boundaries/) service.
The `.poly` file with the boundaries can for example be retrieved from the [OSM Boundaries](https://osm-boundaries.com/map) service.

### Generated mapsplit files for selected regions

Expand All @@ -115,4 +115,4 @@ We use gradle for building, no other system is currently supported.
The current tests are rather superficial and need to be improved, the high coverage numbers are misleading.