mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
372745d5b8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def write_vector_map_idx(installed_maps):
|
|||
idx_dict[item]['region'] = region
|
||||
idx_dict[item]['language'] = map_dict['perma_ref'][:2]
|
||||
|
||||
with open(vector_map_idx_dir + 'vector-map-idx.json','w') as idx:
|
||||
with open(vector_map_idx_dir + '/vector-map-idx.json','w') as idx:
|
||||
idx.write(json.dumps(idx_dict,indent=2))
|
||||
|
||||
def create_menu_def(region,default_name,intended_use='map'):
|
||||
|
|
Loading…
Add table
Reference in a new issue