forked from organicmaps/organicmaps
[generator] Removed production decorator from isolines step.
Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
parent
9735885c8a
commit
a3e32404d9
1 changed files with 0 additions and 2 deletions
|
@ -268,14 +268,12 @@ class StagePopularity(Stage):
|
|||
|
||||
|
||||
@country_stage
|
||||
@production_only
|
||||
class StageSrtm(Stage):
|
||||
def apply(self, env: Env, country, **kwargs):
|
||||
steps.step_srtm(env, country, **kwargs)
|
||||
|
||||
|
||||
@country_stage
|
||||
@production_only
|
||||
class StageIsolinesInfo(Stage):
|
||||
def apply(self, env: Env, country, **kwargs):
|
||||
steps.step_isolines_info(env, country, **kwargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue