Re: [mkgmap-dev] improve sea/coastline rendering

2021-05-22 Thread Ticker Berkin
Hi As expected, I vote for commenting out this rule: # Showing the coastline adds almost nothing to the visuals of the map, so disable: #natural=coastline [0x15 resolution 12] Ticker On Tue, 2021-05-18 at 07:03 +, Gerd Petermann wrote: > Hi all, > > see item 15 in

Re: [mkgmap-dev] Change Coord.toString() to return degrees instead of map units

2021-05-22 Thread Ticker Berkin
Hi Gerd This change is fine by me. Ticker On Sat, 2021-05-22 at 06:33 +, Gerd Petermann wrote: > Hi devs, > > I think almost nobody needs the Garmin lat/lon coordinates in log or > debug messages, the degrees are much easier to use. > This is esp. true for debugging, so I want to change

Re: [mkgmap-dev] Problems with sea in overview map

2021-05-22 Thread Ticker Berkin
Hi Gerd I've been doing experiments on tiles with much more sea and islands (tests before only had a bit of sea and lots of city). With my re-ordering I get a very slightly smaller main tile (4096 bytes in 5614K) and larger osmmap.img (34304 vs. 25088) In both cases I'm getting quite a few

Re: [mkgmap-dev] logging improvement

2021-05-22 Thread Mike Baggaley
Hi Gerd, Please find attached a version that functions that way. Cheers, Mike -Original Message- From: Gerd Petermann [mailto:gpetermann_muenc...@hotmail.com] Sent: 21 May 2021 18:37 To: Development list for mkgmap Subject: Re: [mkgmap-dev] logging improvement Hi Mike, I want that

[mkgmap-dev] Change Coord.toString() to return degrees instead of map units

2021-05-22 Thread Gerd Petermann
Hi devs, I think almost nobody needs the Garmin lat/lon coordinates in log or debug messages, the degrees are much easier to use. This is esp. true for debugging, so I want to change Coord.toString() to return the same result as Coord.toDegreeString(). The attached patch changes this and