Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndré Wolski <locke@dena-design.de>2017-10-09 11:36:28 +0300
committerIlya Zverev <ilya@zverev.info>2017-10-09 12:03:20 +0300
commit83529e988b7dd1de427861b8b4aa13538012c4d2 (patch)
tree617774edaf6efb3e190f5fcba7b4562fdd879c4e /docs
parent11f4e4b2af0f286b81e7e9f6fed8c8268828244b (diff)
update docs/MAPS.md
Remove outdated instructions about generatig the car routing index. The `routing_profile` parameter has been removed in b79686c73 and the intra-mwm routing is since then supposed to be created by default. Note: the intra-mwm routing is currently not generated without generating the inter-mwm routing, according to @Zverik this is a known bug. I'm not sure whether that should be mentioned here. The instructions for inter-mwm routing are creating intra-mwm routing as well.
Diffstat (limited to 'docs')
-rw-r--r--docs/MAPS.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/MAPS.md b/docs/MAPS.md
index e90d53267e..3100255045 100644
--- a/docs/MAPS.md
+++ b/docs/MAPS.md
@@ -32,12 +32,6 @@ file area. Having that, run (and prepare to wait a bit longer):
COASTS=WorldCoasts.geom BORDER=source.poly omim/tools/unix/generate_mwm.sh source.pbf
-A car routing index will be built when you specify a second parameter: either a full path to a Lua script
-with a routing profile, or any gibberish, in which case a default `car.lua` from omim repository
-would be used. For example:
-
- omim/tools/unix/generate_mwm.sh source.pbf any_random_string_asdf
-
Inter-mwm navigation requires another index. To build it, you would need
border polygons for not only the source region, but all regions neighbouring it. The source border polygon
must have the same name as the source file (e.g. `Armenia.poly` for `Armenia.pbf`), and in the target