diff --git a/README.md b/README.md index 5de70ff..8c540be 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. - \ No newline at end of file +