From 3a96dd6386312e3e956786410e39bf95572f426b Mon Sep 17 00:00:00 2001 From: alexey-zakharenkov <35913079+alexey-zakharenkov@users.noreply.github.com> Date: Thu, 27 Jun 2019 13:50:07 +0300 Subject: [PATCH] Cross-reference to subway generation instructions --- tools/python/maps_generator/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/python/maps_generator/README.md b/tools/python/maps_generator/README.md index 67d570f5c0..08292a9dd6 100644 --- a/tools/python/maps_generator/README.md +++ b/tools/python/maps_generator/README.md @@ -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" -``` \ No newline at end of file +```