Re: [mkgmap-dev] documentation improvement patch

2020-01-30 Thread Gerd Petermann
Hi Mike, if I got that right you didn't compile help\options before you created doc-v7.patch. I also have some problems checking your patch because you changed the line endings to windows style (0d0a) instead of unix(0a) I've attached two patches: doc-v7-unix.patch: used your patch with line

[mkgmap-dev] Splitter Build Failure

2020-01-30 Thread News
I recently clean reinstalled my PC (openSuSE Leap 15.1) and today was the first time I tried to build splitter and received the following errors BUILD FAILED /home/miscellaneous/Maps/tile-splitter/splitter/build.xml:95: Can't get

Re: [mkgmap-dev] documentation improvement patch

2020-01-30 Thread Mike Baggaley
Hi Gerd, no issues with those changes. I think I also inadvertently lost a blank line immediately before === Mkgmap options ===. However, I think it is illogical to use stderr to display the version. I was considering following up with a small patch to change the version output from stderr and

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread News
Hi Gerd Sorry. This still fails. Full info below [ivy:configure] impossible to define new type: class not found: org.apache.ivy.plugins.signer.bouncycastle.OpenPGPSignatureGenerator in [] nor Ivy classloader [ivy:configure] :: Apache Ivy 2.3.0-local-2017090712 - 2017090712 ::

Re: [mkgmap-dev] documentation improvement patch

2020-01-30 Thread Gerd Petermann
Hi Mike, OK, I'll commit the changes to the doc files etc. soon. The java program needs a bit more work because it should be called in the build process. I wish you a nice holiday! Gerd Von: Mike Baggaley Gesendet: Donnerstag, 30. Januar 2020 13:47

Re: [mkgmap-dev] precompiled sea

2020-01-30 Thread Ticker Berkin
Hi Having just generated full britain-and-ireland with current trunk (r4432), I'm also now seeing some tiles (5 out of 101) with sea/land flipped when using option: --generate-sea="multipolygon,extend-sea-sectors,close-gaps=350" but when I process some of the same tiles with r4295 they are OK.

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread Gerd Petermann
Hi Paul, please update, see http://www.mkgmap.org.uk/websvn/revision.php?repname=splitter=596 Gerd Von: mkgmap-dev im Auftrag von News Gesendet: Donnerstag, 30. Januar 2020 13:05 An: 'Development list for mkgmap' Betreff: [mkgmap-dev] Splitter Build

Re: [mkgmap-dev] precompiled sea

2020-01-30 Thread Gerd Petermann
Hi Mike, quite a lot of missunderstandings ;) 1) The data in land-polygons-split-4326.zip is calculated (compiled) from OSM coastline data. AFAIK the same data is used by the renderer of https://www.openstreetmap.org Find more details here

[mkgmap-dev] Commit r4434: remove :: from pre-formatted section in documentation

2020-01-30 Thread svn commit
Version mkgmap-r4434 was committed by gerd on Fri, 31 Jan 2020 remove :: from pre-formatted section in documentation http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4434 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Need help with build scripts

2020-01-30 Thread Gerd Petermann
The attached patch changes the build process so that the mkgmap\resources\help\en\options is generated. It uses a slightly modified version of Mike Baggaleys program to compute this file with mkgmap\doc\options.txt as input. My problem: Up to now the generated file is in the svn repo and

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread DD8KQ
I have a short look to your failures. For me, it looks like you have to change the url-requests form http to https. But i don't know, where you have to change it. 'repo1.maven.org' don't want to communicate with unsecure http anymore. Am 30.01.2020 um 14:04 schrieb News: Hi Gerd Sorry. This

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread Steve Ratcliffe
Hi I didn't fix any thing before you sent this message, but I found I needed to upgrade ivy for it to work. So I've committed that now. mkgmap already used a later version. Steve On 30 January 2020 13:45:55 GMT, Gerd Petermann wrote: >Hi all, > >I just tried again after renaming .ivy cache

[mkgmap-dev] Commit r4433: improve documentation (Patch by Mike Baggaley)

2020-01-30 Thread svn commit
Version mkgmap-r4433 was committed by gerd on Thu, 30 Jan 2020 improve documentation (Patch by Mike Baggaley) TODO: add program to compile help/en/options from doc/options.txt during the build process http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4433

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread Gerd Petermann
Hi all, I just tried again after renaming .ivy cache directory with a clean checkout of spliter and mkgmap and both builds worked. A few minutes ago it didn't. Maybe Steve has already fixed something. I've never cared much about the ivy stuff. Gerd

Re: [mkgmap-dev] Splitter Build Failure

2020-01-30 Thread News
Ok I've got it now. I noticed in the following that I successfully downloaded ivy-2.5.0.jar but then seemed to be trying to use "Apache Ivy 2.3.0-local-2017090712 - 2017090712" which was a local Apache-Ivy I had previously installed in order to try and fix this before asking the list.