osm-garmin: fix map not building if style changes
parent
7dba12d110
commit
d3ab362b5b
|
@ -15,7 +15,8 @@ function build_gmap() {
|
|||
|
||||
bounds_dir_md5="$(get_md5_dir "$bounds_dir")"
|
||||
map_md5="$(get_md5 "$maps_dir/$region_shortname.osm.pbf")"
|
||||
version="$(echo "$bounds_dir_md5|$map_md5" | md5sum | cut -d' ' -f1)"
|
||||
style_md5="$(get_md5 "$style_dir/$style.TYP")"
|
||||
version="$(echo "$bounds_dir_md5|$map_md5|$style_md5" | md5sum | cut -d' ' -f1)"
|
||||
|
||||
generated_map_dir="$out_dir/$region_shortname/"
|
||||
version_path="$generated_map_dir/version.txt"
|
||||
|
|
Loading…
Reference in New Issue