diff --git a/wahoomc/osm_maps_functions.py b/wahoomc/osm_maps_functions.py index af2d76ba..60018c11 100644 --- a/wahoomc/osm_maps_functions.py +++ b/wahoomc/osm_maps_functions.py @@ -778,7 +778,7 @@ def create_map_files(self, save_cruiser, tag_wahoo_xml): # Non-Windows else: cmd = ['osmosis', '--rb', merged_file, - '--mw', 'file='+out_file_map] + '--mw', 'file='+out_file_map, 'type=hd'] cmd.append( f'bbox={tile["bottom"]:.6f},{tile["left"]:.6f},{tile["top"]:.6f},{tile["right"]:.6f}')