forked from organicmaps/organicmaps
[python][generator] Added lost option for coastline generation.
This commit is contained in:
parent
c86a54f521
commit
20bcbaba46
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def generate_coasts(env: Env, from_stage: Optional[AnyStr] = None):
|
|||
stages = [
|
||||
sd.StageDownloadAndConvertPlanet(),
|
||||
sd.StageUpdatePlanet(),
|
||||
sd.StageCoastline(),
|
||||
sd.StageCoastline(use_old_if_fail=False),
|
||||
sd.StageCleanup(),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue