[python][generator] Removed non valid text.

This commit is contained in:
Maksim Andrianov 2019-06-26 17:37:27 +03:00 committed by gmoryes
parent 2ddd58df24
commit f93cc4cc27

View file

@ -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
```