forked from organicmaps/organicmaps-tmp
[generator] [python] Enabled generation of the FeatureId <-> OsmId mapping for World.mwm.
This commit is contained in:
parent
07c1cc2e2a
commit
d471ff3149
2 changed files with 3 additions and 1 deletions
|
@ -17,10 +17,11 @@ class GenTool:
|
|||
"fail_on_coasts": bool,
|
||||
"generate_cameras": bool,
|
||||
"generate_cities_boundaries": bool,
|
||||
"generate_cities_ids": bool,
|
||||
"generate_features": bool,
|
||||
"generate_geometry": bool,
|
||||
"generate_geo_objects_features": bool,
|
||||
"generate_geo_objects_index": bool,
|
||||
"generate_geometry": bool,
|
||||
"generate_index": bool,
|
||||
"generate_maxspeed": bool,
|
||||
"generate_packed_borders": bool,
|
||||
|
|
|
@ -125,6 +125,7 @@ def stage_index_world(env, country, **kwargs):
|
|||
generate_search_index=True,
|
||||
cities_boundaries_data=env.cities_boundaries_path,
|
||||
generate_cities_boundaries=True,
|
||||
generate_cities_ids=True,
|
||||
**kwargs)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue