forked from organicmaps/organicmaps
[python] Added stage srtm in COUNTRIES_STAGES.
This commit is contained in:
parent
fd9e91b452
commit
3709a66580
1 changed files with 2 additions and 2 deletions
|
@ -338,8 +338,8 @@ def stage_cleanup(env):
|
|||
|
||||
MWM_STAGE = stage_mwm.__name__
|
||||
COUNTRIES_STAGES = [s.__name__ for s in
|
||||
(stage_index, stage_ugc, stage_popularity, stage_routing,
|
||||
stage_routing_transit)]
|
||||
(stage_index, stage_ugc, stage_popularity, stage_srtm,
|
||||
stage_routing, stage_routing_transit)]
|
||||
STAGES = [s.__name__ for s in
|
||||
(stage_download_external, stage_download_production_external,
|
||||
stage_download_and_convert_planet, stage_update_planet,
|
||||
|
|
Loading…
Add table
Reference in a new issue