diff --git a/roles/osm-vector-maps/templates/iiab-update-map b/roles/osm-vector-maps/templates/iiab-update-map index f50abf795..289c7dd22 100755 --- a/roles/osm-vector-maps/templates/iiab-update-map +++ b/roles/osm-vector-maps/templates/iiab-update-map @@ -74,6 +74,11 @@ def main(): print('autoudate of menu items is enabled:%s. Adding %s'%(\ fetch_menu_json_value('autoupdate_menu'),region,)) menus.update_menu_json(menu_ref) + # redirect from box/maps to an installed map rather than test page + with open('{{ vector_map_path }}/index.html','w') as fp: + outstr = """ \n\n"""%fname + fp.write(outstr) + def get_map_catalog(): global map_catalog