diff --git a/common_python/osm_maps_functions.py b/common_python/osm_maps_functions.py index 6ca6aa35..f87d91bb 100644 --- a/common_python/osm_maps_functions.py +++ b/common_python/osm_maps_functions.py @@ -433,8 +433,12 @@ def create_map_files(self, save_cruiser, tag_wahoo_xml): if save_cruiser: cmd.append('--keep') - # print(cmd) subprocess.run(cmd, check=True) + + # Create "tile present" file + with open(out_file + '.lzma.12', 'wb') as tile_present_file: + tile_present_file.close() + tile_count += 1 # logging