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:
authorAlex Zolotarev <alex@maps.me>2015-10-13 21:02:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-10-13 21:02:07 +0300
commit8b7da571dc4892d2ad08f905cc8c19c9838eabe3 (patch)
tree499fe95cea2fe94e97a4435fe6d5accdf7cc09f4 /docs
parenta3ef25245ae72291b71067a5533a931e66b1b9f1 (diff)
parent14107fd6e06e52829a4f475bf107307a8c1d575a (diff)
Merge pull request #228 from Zverik/gen_fixes
[generator] Revert regions fix, warning on low disk space
Diffstat (limited to 'docs')
-rw-r--r--docs/MAPS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MAPS.md b/docs/MAPS.md
index 8dceca293b..8932d1e4a9 100644
--- a/docs/MAPS.md
+++ b/docs/MAPS.md
@@ -135,8 +135,8 @@ but if this flag is set (e.g. to `1`), they are built asynchronously. But
it can fail due to low memory.
* `MERGE_INTERVAL`: delay in minutes between attempts to merge a coast line.
Default is 40.
-* `REGIONS`: a list of `.poly` files for regions to be built. Can be empty.
-Example: `../../data/borders/UK* ../../data/borders/*Ireland*`.
+* `REGIONS`: a list of `.poly` files for regions to be built. One for each line.
+Can be empty. Example: `$(ls ../../data/borders/{UK*,Ireland}.poly)`.
### Testing