Re: [mkgmap-dev] [mkgmap-svn] Commit r4587: Improve AngleChecker (patch arcHeading_v2.patch by Ticker Berkin with small changes)

2020-10-22 Thread Ticker Berkin
Thanks Gerd and for spotting the & instead of && Ticker ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread Ticker Berkin
Hi Karl If you are developing these for a device that supports multiple .img files, the option --add-boundary-nodes-at-admin-boundaries=NUM allows you to build individual countries (or groups), have them all loaded on the device, select the appropriate maps and have routing between them.

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread Gerd Petermann
Hi Karl, do you want to distribute the maps for others or do you need them only for yourself? In the latter case you may use a poly file to cut out the area you are interested in. I do this with my maps (which I don't share with others) Gerd Von:

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread 7770
Hi Gerd. I managed to run the splitter and it completed well with java -Xmx1800m and setting the --max-nodes=160. 570 osm.pbf files were created. For even larger maps --max-nodes= higher should use less memory, but will those tiles be slower on a GPS unit and how much larger value is

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread Gerd Petermann
Hi Karl, the main purpose of --keep-complete is to have complete multipolygons in each tile to avoid empty parts of large lakes or flooded areas near large lakes. There is also an effect on routing regarding turn restrictions and route relations. Anyhow, if you really want to produce a very

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread 7770
Hi Gerd. Yes, it is 64-bit, but i don't have a lot of memory. --keep-complete=false, can it impact routing possibilities (routing may not work well) or is it mainly affecting how the map will look? Regards Karl On torsdag 22 oktober 2020 kl. 10:49:23 CEST Gerd Petermann wrote: > Hi Karl, > >

Re: [mkgmap-dev] splitter questions

2020-10-22 Thread Gerd Petermann
Hi Karl, if you are running a 64 Bit OS make sure to install a 64 Bit java runtime. This allows to increase the -Xmx option. You probably need > 5G for this. With a 32 Bit OS you can only try to disable the keep-complete option. Gerd Von: mkgmap-dev im

[mkgmap-dev] splitter questions

2020-10-22 Thread 7770
Hi. I am trying to split data for some 15 countries. First step is to combine the country data (with osmconvert) to one large o5m file and then try to split the combined file. The o5m file is about 14 GB in size. When running splitter i give java -Xmx1600m options to splitter are:

[mkgmap-dev] Commit r4587: Improve AngleChecker (patch arcHeading_v2.patch by Ticker Berkin with small changes)

2020-10-22 Thread svn commit
Version mkgmap-r4587 was committed by gerd on Thu, 22 Oct 2020 Improve AngleChecker (patch arcHeading_v2.patch by Ticker Berkin with small changes) "Move decision about when to use compactDir initialHeadings from RouteNode to AngleChecker. The current code checks if any headings from a