From f93cc4cc270baa886ad9bfccca2fc5e815f7245e Mon Sep 17 00:00:00 2001 From: Maksim Andrianov Date: Wed, 26 Jun 2019 17:37:27 +0300 Subject: [PATCH] [python][generator] Removed non valid text. --- tools/python/maps_generator/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/python/maps_generator/README.md b/tools/python/maps_generator/README.md index 7ee57eb8e1..a8f1649b08 100644 --- a/tools/python/maps_generator/README.md +++ b/tools/python/maps_generator/README.md @@ -182,7 +182,7 @@ PLANET_MD5_URL: https://download.geofabrik.de/asia/japan-latest.osm.pbf.md5 ```sh python$ python3.6 -m maps_generator --countries="World, WorldCoasts, Japan_*" ``` -You must skip the step of updating the planet, because it is a non-standard planet. + #### Rebuild stages: For example, you changed routing code in omim project and want to regenerate maps. You must have previous generation. You may regenerate from stage routing only for two mwms: @@ -214,5 +214,4 @@ PLANET_MD5_URL: https://download.geofabrik.de/russia/central-fed-district-latest 3. Run ```sh python$ python3.6 -m maps_generator --countries="Russia_Moscow" --skip="coastline" -``` -You must skip the step of updating the planet, because it is a non-standard planet \ No newline at end of file +``` \ No newline at end of file