mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
commit
944e84d031
1 changed files with 7 additions and 7 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 + '/osm_version_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…
Reference in a new issue