forked from organicmaps/organicmaps
[docs] Clarify usage of REGIONS variable
This commit is contained in:
parent
3c9f5d7190
commit
14107fd6e0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue