Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Gerd Petermann
What you try is not implement. You simply have to understand that mkgmap cannot read data in gmapsupp format. All the mentioned files are in gmapsupp format. So, either use a different tool or maybe split the gmapsupp files first, e.g. with gmaptool. Gerd ___

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Felix Herwegh
Hi, > so I tried combining [opentopomap] Hungary and Slovenia but then I get again a small 2.5KB file Same here. My test were on simple maps without routing and DEM only; maybe its that. Sorry. //Felix ___ mkgmap-dev mailing list mkgmap-dev@lists.

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Tamas Gal
Ah sorry, I overlooked the "=". It now creates a gmapsupp.img but it has the same size as the last input-file (in the example below the otm-germany-contours.img file), so the files are not combined. I then thought that maybe the contour file is not combinable with the other ones, so I tried com

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Felix Herwegh
Hello, should work as Ticker says:  --input-file=./otm-hungary.img > ...but I thought I can merge multiple IMG files into a single one with Mkgmap. AFAIK you can. Just keep an eye on the typ-files, that is: use identical ones. See: https://www.mkgmap.org.uk/pipermail/mkgmap-dev/2022q4/03399

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Gerd Petermann
From the names of the two input files I guess that you try to merge to files which are already in gmapsupp format. This can't be done with mkgmap. Gerd Von: mkgmap-dev im Auftrag von Tamas Gal Gesendet: Donnerstag, 13. Juli 2023 17:36 An: Development l

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Tamas Gal
> java -jar mkgmap.jar --gmapsupp otm-hungary.img otm-slovenia.img I tried that but the resulting file is only 2.5KB small: ░ tamasgal@silentbox:~/opt/mkgmap-r4909 ░ 17:35:23 > java -jar mkgmap.jar --gmapsupp otm-hungary.img otm-slovenia.img Mkgmap version 4909 Time started: Thu Jul 13 17:35:36 C

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Carlos Dávila
Try this: java -jar mkgmap.jar --gmapsupp otm-hungary.img otm-slovenia.img El 13/7/23 a las 16:35, Tamas Gal escribió: Hi all, maybe I got that wrong but I thought I can merge multiple IMG files into a single one with Mkgmap. My problem is that I need a bunch of maps and my Garmin 64s only s

Re: [mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Ticker Berkin
Hi You need to have ... --input-file=otm-hungary.img ... to fix the file doesn't exist errors. I have no idea if the rest of what you are asking for will work. Ticker On Thu, 2023-07-13 at 16:35 +0200, Tamas Gal wrote: > Hi all, > > maybe I got that wrong but I thought I can merge multiple IM

[mkgmap-dev] Trouble with merging IMG files (for Garmin)

2023-07-13 Thread Tamas Gal
Hi all, maybe I got that wrong but I thought I can merge multiple IMG files into a single one with Mkgmap. My problem is that I need a bunch of maps and my Garmin 64s only shows 12 in the map selection. A simple solution to this limitation is merging maps ;) Anyways, I gave Mkgmap a try but I