-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add APPEND_MODE to import-osm (#365)
If **APPEND_MODE** is set to true, `import-osm` can used to import multiple areas. The flag `-overwritecache` always clean up the cache and remove the existing data. With `-appendcache` the data will appended. #### Usage: To use it with `openmaptiles` it is enough to add the variable in the `.env`: ``` APPEND_MODE=true ``` Co-authored-by: Yuri Astrakhan <[email protected]>
- Loading branch information
1 parent
9918a00
commit 0493b77
Showing
1 changed file
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters