[python] Fixed typos.

This commit is contained in:
Maksim Andrianov 2019-05-21 15:47:38 +03:00 committed by gmoryes
parent f20fdb940c
commit e78943ca12
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,7 @@ It's tool for generation maps for maps.me application.
## Setup
You must have Python version not lower than 3.6 and complete the following steps:
0. Change directory:
```sh
$ cd omim/tools/python/maps_generator
@ -126,8 +127,7 @@ To generate maps for the whole world you need 400 GB of hard disk space and a co
### Examples
#### Non-standard planet
If I want to generate maps for Japan I must complete the following steps:
1. Open https://download.geofabrik.de/asia/japan.html and cope urls to osm.pbf
file and md5sum.
1. Open https://download.geofabrik.de/asia/japan.html and copy url of osm.pbf and md5sum files.
2. Edit ini file:
```sh
maps_generator$ vim var/etc/map_generator.ini

View file

@ -2,7 +2,6 @@ import os
import subprocess
from . import settings
from .exceptions import wait_and_raise_if_fail
from .gen_tool import run_gen_tool
from .osmtools import osmfilter