Cross-reference to subway generation instructions

This commit is contained in:
alexey-zakharenkov 2019-06-27 13:50:07 +03:00 committed by Maksim Andrianov
parent 52092627f9
commit 3a96dd6386

View file

@ -94,7 +94,9 @@ STATS_TYPES_CONFIG: ${Developer:OMIM_PATH}/tools/python/maps_generator/var/etc/s
```
##### Note: In each field where you need to specify a URL, you can specify the path to the file system using file:///path/to/file
##### Note 1: In each field where you need to specify a URL, you can specify the path to the file system using file:///path/to/file
##### Note 2: You can manually generate subway layer file for SUBWAY_URL parameter. See [instructions](https://github.com/mapsme/omim/tree/master/docs/SUBWAY_GENERATION.md).
## Usage
```sh
@ -215,4 +217,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"
```
```