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:
authorIlya Zverev <zverik@textual.ru>2016-08-12 18:42:42 +0300
committerIlya Zverev <zverik@textual.ru>2016-08-12 19:18:18 +0300
commitdaadf26b1a118ff0561427d492a484927ecf5544 (patch)
tree7cb6176eb55db9d9e9c759813d6b6972f3370b37 /docs
parent5b89867fe920c2397957146fe943f21feada2813 (diff)
[generator] Update docs, add OSC parameter, new test
Diffstat (limited to 'docs')
-rw-r--r--docs/MAPS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/MAPS.md b/docs/MAPS.md
index 3131813e85..4096bf1bb5 100644
--- a/docs/MAPS.md
+++ b/docs/MAPS.md
@@ -139,6 +139,12 @@ Default is 40.
* `DELTA_WITH`: a path to an older map directory, to compare with the freshly
generated data in the testing step.
Can be empty. Example: `$(ls ../../data/borders/{UK*,Ireland}.poly)`.
+* `OSRM_URL`: address of an OSRM server to calculate worldwide routes.
+* `SRTM_PATH`: a path to `*.zip` files with SRTM data.
+* `OSC`: a path to an osmChange file to apply after updating the planet.
+* `BOOKING_FILE`: a path to hotels.csv with booking data.
+* `BOOKING_USER` and `BOOKING_PATH`: user name and password for booking.com API
+to download hotels data.
### Testing