From 83529e988b7dd1de427861b8b4aa13538012c4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Wolski?= Date: Mon, 9 Oct 2017 10:36:28 +0200 Subject: [PATCH] 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. --- docs/MAPS.md | 6 ------ 1 file changed, 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