Project 'dynamicexposure/server-components/containers/docker-imposm' was moved to 'globaldynamicexposure/server-components/containers/docker-imposm'. Please update any links and bookmarks that may still have the old path.
Add new setting REPLICATION_INTERVAL
1 unresolved thread
1 unresolved thread
This MR adds a new config option to set the REPLICATION_INTERVAL. The import option appendcache changed to overwritecache, because when running a new import an empty cache should be used.
\approve @fd
Merge request reports
Activity
assigned to @fd
86 86 -connection postgis://"${IMPOSM_DATABASE_URI}"/"${IMPOSM_DATABASE_NAME}" \ 87 87 -srid 4326 \ 88 88 -cachedir /var/cache/imposm/cache \ 89 -diffdir /var/cache/imposm/diff 89 -diffdir /var/cache/imposm/diff \ 90 -replication-interval "${IMPOSM_REPLICATION_INTERVAL}" Yes files can be checked this way. I was thinking about checking if any of these passed variables are set, that includes the IMPOSM_DATABASE_* variables. But now I think it is to much overhead. A proper solution would also include variable for all other parameter like
SRID
,DIFFDIR
, ...I'll update the MR with checks and or default values for
IMPOSM_IMPORT_STYLE
andIMPOSM_REPLICATION_INTERVAL
added 1 commit
- 7027cb2d - Add new config name REPLICATION_INTERVAL to comment section
Please register or sign in to reply