Steve,

> Thanks, I will give it a go.

No sooner said than done. 2 issues observed in osmmap.nsi:

1 - the WriteRegStr line for the TYP file includes the TYP file's path
when it should be stripped? i.e.

 WriteRegStr HKLM "SOFTWARE\Garmin\MapSource\Families\${REG_KEY}" "TYP" 
"$INSTDIR\/home/markb/OSM/M000038d.TYP"

2 - the delete registry entry for the TYP file is the same as the create entry!

 WriteRegStr HKLM "SOFTWARE\Garmin\MapSource\Families\${REG_KEY}" "TYP" 
"$INSTDIR\/home/markb/OSM/M000038d.TYP"

You're right, the IDX/MDR stuff does get generated, I had inadvertently
removed the --index option and was just seeing old index files in my
maps.

Cheers,

Mark
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to