Skip to content

Commit

Permalink
added --show-profiles=1 to gmap and gmapsupp call of mkgmap in order …
Browse files Browse the repository at this point in the history
…to have the height profiles back for routes.... got lost with upgrade of mkgmap
  • Loading branch information
keenonkites committed Jan 28, 2017
1 parent 7ab1e31 commit 04d478d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Freizeitkarte-Entwicklung/mt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4267,7 +4267,8 @@ sub create_gmapsuppfile {
. "--product-id=1 --family-id=$mapid --family-name=\"$mapname\" "
. "--series-name=\"$mapname\" --description=\"$mapname (Release $releasestring)\" "
. "--overview-mapname=\"$mapname\" --overview-mapnumber=%s0000 "
. "--product-version=\"%d\" $mapid*.img $mapid.TYP ",
. "--product-version=\"%d\" $mapid*.img $mapid.TYP "
. "--show-profiles=1 ",
$mapid,$releasenumeric
);

Expand Down Expand Up @@ -4319,7 +4320,8 @@ sub create_gmap3 {
. "--product-id=1 --family-id=$mapid --family-name=\"$mapname\" "
. "--series-name=\"$mapname\" --description=\"$mapname (Release $releasestring)\" "
. "--overview-mapname=\"$mapname\" --overview-mapnumber=%s0000 "
. "--product-version=\"%d\" $mapid*.img $mapid.TYP ",
. "--product-version=\"%d\" $mapid*.img $mapid.TYP "
. "--show-profiles=1 ",
$mapid,$releasenumeric
);

Expand Down

0 comments on commit 04d478d

Please sign in to comment.