mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
change name to osm_version_idx
This commit is contained in:
parent
78abe48ac1
commit
16f1a7b839
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def write_osm_vector_idx(installed_maps):
|
|||
idx_dict[region]['date'] = map_dict['date']
|
||||
idx_dict[region]['language'] = map_dict['perma_ref'][:2]
|
||||
|
||||
with open(osm_vector_idx_dir + '/osm-vector-idx.json','w') as idx:
|
||||
with open(osm_vector_idx_dir + '/osm_version_idx.json','w') as idx:
|
||||
idx.write(json.dumps(idx_dict,indent=2))
|
||||
|
||||
def create_menu_def(region,default_name,intended_use='map'):
|
||||
|
|
Loading…
Reference in a new issue