[mkgmap-dev] Commit r4705: reduce peak memory in Mdr5.preWriteImpl() (called by combiners for --index)

2021-05-11 Thread svn commit
Version mkgmap-r4705 was committed by gerd on Tue, 11 May 2021 reduce peak memory in Mdr5.preWriteImpl() (called by combiners for --index) mdr5Mem_v3.patch by Ticker Berkin http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4705 ___ mkgmap-

[mkgmap-dev] Commit r4704: detect duplicate roads to log a warning when the lines rules add equal routable lines for one OSM way and ignore them

2021-05-11 Thread svn commit
Version mkgmap-r4704 was committed by gerd on Tue, 11 May 2021 detect duplicate roads to log a warning when the lines rules add equal routable lines for one OSM way and ignore them - Uses the code in RoadMerger to detect roads with equal attributes (type, resolution, speed, class, oneway, vehicl

[mkgmap-dev] Commit r4703: improve RoadMerger (based on merge-roads-reversed-v6.patch)

2021-05-11 Thread svn commit
Version mkgmap-r4703 was committed by gerd on Tue, 11 May 2021 improve RoadMerger (based on merge-roads-reversed-v6.patch) This has two effects: - it allows RoadMerger to merge roads which build a sharp angle, if that is done an info message is logged - it allows RoadMerger to merge roads with d

[mkgmap-dev] Commit r4702: show stacktrace when OutOfMemoryError occurs, helps to decide if maxjobs should be decreased or if one of the combiners is the problem

2021-05-11 Thread svn commit
Version mkgmap-r4702 was committed by gerd on Tue, 11 May 2021 show stacktrace when OutOfMemoryError occurs, helps to decide if maxjobs should be decreased or if one of the combiners is the problem http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4702

[mkgmap-dev] Commit r4701: fix possible empty rectangles : overSizePolyHole_v3.patch by Ticker Berkin

2021-05-10 Thread svn commit
Version mkgmap-r4701 was committed by gerd on Mon, 10 May 2021 fix possible empty rectangles : overSizePolyHole_v3.patch by Ticker Berkin "A large multipolygon (larger than the maximum size for a level 1 subdiv) exists, and is broken into some similar size pieces and some smaller pieces to expose

[mkgmap-dev] Commit r4700: don't add additional road for ways with combination of highway=* and railway=platform

2021-05-10 Thread svn commit
Version mkgmap-r4700 was committed by gerd on Mon, 10 May 2021 don't add additional road for ways with combination of highway=* and railway=platform http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4700 ___ mkgmap-dev mailing list mkgmap

[mkgmap-dev] Commit r4693: apply linkPOI.patch (improve --link-pois-to-ways option and reporting)

2021-05-04 Thread svn commit
Version mkgmap-r4693 was committed by gerd on Tue, 04 May 2021 apply linkPOI.patch (improve --link-pois-to-ways option and reporting) - introduce extra HashMap to improve the code which identifies the CoordNode that is related to the CoordPOI so that it doesn't have to guess using the position o

[mkgmap-dev] Commit r4689: merge the check-precomp-sea branch to do some basic plausibilty tests on precompiled sea data.

2021-05-01 Thread svn commit
Version mkgmap-r4689 was committed by gerd on Sun, 02 May 2021 merge the check-precomp-sea branch to do some basic plausibilty tests on precompiled sea data. The new file sea-check.txt contains characters s (sea), m(mixed), and l(land). Each character represents one entry in the index file that

[mkgmap-dev] Commit r4680: Use https for all ivy downloads

2021-04-26 Thread svn commit
Version mkgmap-r4680 was committed by steve on Mon, 26 Apr 2021 Use https for all ivy downloads http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4680 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk https://www.mkgmap.org.uk/ma

[mkgmap-dev] Commit r4670: fix two more issues with method connectUnclosedWays() which might show up with incomplete multipolygons

2021-04-22 Thread svn commit
Version mkgmap-r4670 was committed by gerd on Fri, 23 Apr 2021 fix two more issues with method connectUnclosedWays() which might show up with incomplete multipolygons 1) the algo supports a close of single unclosed way but did this only when at least two open ways were found. 2) if a single way

[mkgmap-dev] Commit r4669: fix error found in faster-mp branch, see r4665

2021-04-22 Thread svn commit
Version mkgmap-r4669 was committed by gerd on Thu, 22 Apr 2021 fix error found in faster-mp branch, see r4665 http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4669 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk https://www.mkg

[mkgmap-dev] Commit r4656: (modified) mainlogging.patch by Mike Baggaley

2021-04-13 Thread svn commit
Version mkgmap-r4656 was committed by gerd on Tue, 13 Apr 2021 (modified) mainlogging.patch by Mike Baggaley - changed runAsProcess() to work on unix like systems and without dist - changed wait to 1 MILLISECONDS Original comment by Mike: "Please find attached a patch with the remainder of the lo

[mkgmap-dev] Commit r4655: Use https for test file downloads

2021-04-12 Thread svn commit
Version mkgmap-r4655 was committed by steve on Mon, 12 Apr 2021 Use https for test file downloads http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4655 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/m

[mkgmap-dev] Commit r4654: stillmorelogging.patch by Mike Baggaley

2021-04-12 Thread svn commit
Version mkgmap-r4654 was committed by gerd on Mon, 12 Apr 2021 stillmorelogging.patch by Mike Baggaley "In the attached patch there are a few improvements to messages as well as some more use of logging: In ImgFS, the message from the FileNotWritableException was displaying the filename twice, s

[mkgmap-dev] Commit r4653: yetmorelogging.v2.patch by Mike Baggaley

2021-04-12 Thread svn commit
Version mkgmap-r4653 was committed by gerd on Mon, 12 Apr 2021 yetmorelogging.v2.patch by Mike Baggaley - move more messages from writing to stdout/err to using logging http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4653 ___ mkgmap-dev

[mkgmap-dev] Commit r4652: slightly modified morelogging.patch by Mike Baggaley

2021-04-11 Thread svn commit
Version mkgmap-r4652 was committed by gerd on Sun, 11 Apr 2021 slightly modified morelogging.patch by Mike Baggaley "This one moves a number of messages from writing to stdout/err to using logging. There are several files changed, but most have only very small changes." http://www.mkgmap.org.uk

[mkgmap-dev] Commit r4651: echo.patch by Mike Baggaley

2021-04-11 Thread svn commit
Version mkgmap-r4651 was committed by gerd on Sun, 11 Apr 2021 echo.patch by Mike Baggaley This brings echo and echotags under logging control. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4651 ___ mkgmap-dev mailing list mkgmap-dev@l

[mkgmap-dev] Commit r4649: diagnostics.patch by Mike Baggaley

2021-04-10 Thread svn commit
Version mkgmap-r4649 was committed by gerd on Sat, 10 Apr 2021 diagnostics.patch by Mike Baggaley - diagnostic messages are now written to stderr unless using a logging configuration without a ConsoleHandler - diagnostic messages have the level DIAGNOSTIC when they are logged. Before some had WA

[mkgmap-dev] Commit r4646: (slightly modified) codepage.patch by Mike Baggaley

2021-04-09 Thread svn commit
Version mkgmap-r4646 was committed by gerd on Fri, 09 Apr 2021 (slightly modified) codepage.patch by Mike Baggaley - improve documentation for logging output http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4646 ___ mkgmap-dev mailing l

[mkgmap-dev] Commit r4645: LinePrepOpt.patch by Ticker Berkin

2021-04-09 Thread svn commit
Version mkgmap-r4645 was committed by gerd on Fri, 09 Apr 2021 LinePrepOpt.patch by Ticker Berkin - improve efficency of bitstream optimization in LinePreparer "If starting with unsigned deltas in polyline encoding, and attempting to reduce the length by testing reduced x/yBase values, there isn'

[mkgmap-dev] Commit r4642: comments.patch by Mike Baggaley, no functional change

2021-04-06 Thread svn commit
Version mkgmap-r4642 was committed by gerd on Wed, 07 Apr 2021 comments.patch by Mike Baggaley, no functional change - remove commented (dead) code containing System.*.println statements http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4642 _

[mkgmap-dev] Commit r4641: FileInfoException.patch by Mike Baggaley

2021-04-06 Thread svn commit
Version mkgmap-r4641 was committed by gerd on Wed, 07 Apr 2021 FileInfoException.patch by Mike Baggaley - replace ReadFailedException by MapFailedException, so that it is correctly picked up. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4641 ___

[mkgmap-dev] Commit r4640: TypSaverException.patch by Mike Baggaley

2021-04-06 Thread svn commit
Version mkgmap-r4640 was committed by gerd on Wed, 07 Apr 2021 TypSaverException.patch by Mike Baggaley - Add extra check for an empty file in TypSaver http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4640 ___ mkgmap-dev mailing list mkg

[mkgmap-dev] Commit r4639: GmapiBuilderException.patch by Mike Baggaley

2021-04-06 Thread svn commit
Version mkgmap-r4639 was committed by gerd on Wed, 07 Apr 2021 GmapiBuilderException.patch by Mike Baggaley - In GmapiBuilder, the print stack trace calls have been replaced with throwing ExitExceptions as in the other combiners, so that program execution correctly stops. http://www.mkgmap.org.u

[mkgmap-dev] Commit r4629: remove some sea-only files from list of known hgt files to suppress warnings if they are not found

2021-04-04 Thread svn commit
Version mkgmap-r4629 was committed by gerd on Sun, 04 Apr 2021 remove some sea-only files from list of known hgt files to suppress warnings if they are not found If the files are found they will still be used. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4629

[mkgmap-dev] Commit r4625: remove dependency on deprecated class javax.xml.bind.DatatypeConverter in unit test

2021-04-01 Thread svn commit
Version mkgmap-r4625 was committed by gerd on Fri, 02 Apr 2021 remove dependency on deprecated class javax.xml.bind.DatatypeConverter in unit test http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4625 ___ mkgmap-dev mailing list mkgmap-d

[mkgmap-dev] Commit r4620: inspired by filters_v2.patch from Ticker Berkin:

2021-03-28 Thread svn commit
Version mkgmap-r4620 was committed by gerd on Sun, 28 Mar 2021 inspired by filters_v2.patch from Ticker Berkin: - add missing continue statement - remove dead code - add debug messages for special cases - improve formatting http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4620 __

[mkgmap-dev] Commit r4619: reformatting and minor code improvements, no functional change (inspired by filters_v2.patch from Ticker Berkin)

2021-03-28 Thread svn commit
Version mkgmap-r4619 was committed by gerd on Sun, 28 Mar 2021 reformatting and minor code improvements, no functional change (inspired by filters_v2.patch from Ticker Berkin) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4619 ___ mkg

[mkgmap-dev] Commit r4608: Improve handling of invalid option file, CommandArgsReader.patch by Mike Baggaley

2021-03-09 Thread svn commit
Version mkgmap-r4608 was committed by gerd on Wed, 10 Mar 2021 Improve handling of invalid option file, CommandArgsReader.patch by Mike Baggaley - fixes a crash if you inadvertently specify a .o5m file after the -c command line argument. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkg

[mkgmap-dev] Commit r4607: fix typo in MultiPolygonRelation code

2021-03-09 Thread svn commit
Version mkgmap-r4607 was committed by gerd on Tue, 09 Mar 2021 fix typo in MultiPolygonRelation code - hasStyleRelevantTags() always returned true http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4607 ___ mkgmap-dev mailing list mkgmap-d

[mkgmap-dev] Commit r4606: Improve handling of "too big" maps and --keep-going option

2021-03-06 Thread svn commit
Version mkgmap-r4606 was committed by gerd on Sat, 06 Mar 2021 Improve handling of "too big" maps and --keep-going option OverviewTooBig5.patch by Mike Baggaley - show detailed sub file or file where possible including the limit that was hit - allow to go closer to that limit (old code might have

[mkgmap-dev] Commit r4605: fix special case with addr:interpolation ways that span multiple MapRoad instances that caused "internal error: found no housenumber road for interpolated house" messages

2021-03-02 Thread svn commit
Version mkgmap-r4605 was committed by gerd on Tue, 02 Mar 2021 fix special case with addr:interpolation ways that span multiple MapRoad instances that caused "internal error: found no housenumber road for interpolated house" messages - don't remove possible alternative roads too early - remove c

[mkgmap-dev] Commit r4604: minor changes

2021-02-27 Thread svn commit
Version mkgmap-r4604 was committed by gerd on Sun, 28 Feb 2021 minor changes - remove unused parameter - report the house number in error message "internal error: found no housenumber road for interpolated house" http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4604 _

[mkgmap-dev] Commit r4603: Improve documentation (docsections2.patch by Mike Baggaley)

2021-02-24 Thread svn commit
Version mkgmap-r4603 was committed by gerd on Thu, 25 Feb 2021 Improve documentation (docsections2.patch by Mike Baggaley) - Add new sections "Diagnostic options" and "POI options" http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4603 __

[mkgmap-dev] Commit r4602: Improve documentation (seadoc2.patch by Mike Baggaley)

2021-02-20 Thread svn commit
Version mkgmap-r4602 was committed by gerd on Sun, 21 Feb 2021 Improve documentation (seadoc2.patch by Mike Baggaley) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4602 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http:/

[mkgmap-dev] Commit r4601: implement and document new parameter check for --generate-sea

2021-02-12 Thread svn commit
Version mkgmap-r4601 was committed by gerd on Fri, 12 Feb 2021 implement and document new parameter check for --generate-sea - sea4.patch by Mike Baggaley with small changes - perform more checks if parameter is used - don't perform checks if parameter is not used - minor code changes to fix typo

[mkgmap-dev] Commit r4600: fix wrong option handling introduced with r4598

2021-01-25 Thread svn commit
Version mkgmap-r4600 was committed by gerd on Mon, 25 Jan 2021 fix wrong option handling introduced with r4598 If --dem option is given but no --overview-dem-dist, the overview map was created with high detailed dem data http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4600 __

[mkgmap-dev] Commit r4599: improve handling of options when creating the overview map (now really with overview-v6.patch by Ticker Berkin)

2021-01-23 Thread svn commit
Version mkgmap-r4599 was committed by gerd on Sun, 24 Jan 2021 improve handling of options when creating the overview map (now really with overview-v6.patch by Ticker Berkin) (last commit was overview-v5.patch) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4599 ___

[mkgmap-dev] Commit r4598: improve handling of options when creating the overview map (overview-v6.patch by Ticker Berkin)

2021-01-23 Thread svn commit
Version mkgmap-r4598 was committed by gerd on Sun, 24 Jan 2021 improve handling of options when creating the overview map (overview-v6.patch by Ticker Berkin) - apply --order-by-decreasing-area to overview map (increases the overview map a bit) - don't create empty NOD or NET files http://www

[mkgmap-dev] Commit r4597: Use high-precision coordinates when looking for self-intersecting multipolygon ways.

2021-01-22 Thread svn commit
Version mkgmap-r4597 was committed by gerd on Sat, 23 Jan 2021 Use high-precision coordinates when looking for self-intersecting multipolygon ways. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4597 ___ mkgmap-dev mailing list mkgmap-

[mkgmap-dev] Commit r4596: remove wrong javadoc statements, no functional changes

2021-01-20 Thread svn commit
Version mkgmap-r4596 was committed by gerd on Thu, 21 Jan 2021 remove wrong javadoc statements, no functional changes http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4596 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://

[mkgmap-dev] Commit r4595: unit test: Code reformatting and some minor changes reg. naming conventions

2021-01-20 Thread svn commit
Version mkgmap-r4595 was committed by gerd on Thu, 21 Jan 2021 unit test: Code reformatting and some minor changes reg. naming conventions http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4595 ___ mkgmap-dev mailing list mkgmap-dev@lists.

[mkgmap-dev] Commit r4594: improve diagnostic messages (diagnostics8.patch by Mike Baggaley)

2021-01-15 Thread svn commit
Version mkgmap-r4594 was committed by gerd on Sat, 16 Jan 2021 improve diagnostic messages (diagnostics8.patch by Mike Baggaley) Those who parse the logging results with scripts may have to adapt those scripts http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4594

[mkgmap-dev] Commit r4593: Fix problem in destclass calculation when --x-no-force-end-nodes-routing-nodes is used.

2021-01-07 Thread svn commit
Version mkgmap-r4593 was committed by gerd on Thu, 07 Jan 2021 Fix problem in destclass calculation when --x-no-force-end-nodes-routing-nodes is used. - if node has no arcs: use road class of highest road for which the node is the first node Fixes NodCheck complains about high class boundary

[mkgmap-dev] Commit r4592: improve documentation - minordoc.patch by Mike Baggaley

2021-01-05 Thread svn commit
Version mkgmap-r4592 was committed by gerd on Tue, 05 Jan 2021 improve documentation - minordoc.patch by Mike Baggaley http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4592 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http:/

[mkgmap-dev] Commit r4591: Improve routing (?) with undocumented option --x-no-force-end-nodes-routing-nodes

2021-01-02 Thread svn commit
Version mkgmap-r4591 was committed by gerd on Sat, 02 Jan 2021 Improve routing (?) with undocumented option --x-no-force-end-nodes-routing-nodes Based on no-arcs-first.patch, but with additional code to make sure that we don't write a node with low byte = 0 and flags=0 as this probably means "e

[mkgmap-dev] Commit r4590: Fix invalid overview map if options --overview-dem-dist and --dem and --order-by-decreasing-area are combined. Disable --order-by-decreasing-area for overview map in this si

2020-12-30 Thread svn commit
Version mkgmap-r4590 was committed by gerd on Wed, 30 Dec 2020 Fix invalid overview map if options --overview-dem-dist and --dem and --order-by-decreasing-area are combined. Disable --order-by-decreasing-area for overview map in this situation. Further changes might be needed regarding option h

[mkgmap-dev] Commit r4589: Fix wrong calculation of routing data (field reverse arc heading)

2020-12-15 Thread svn commit
Version mkgmap-r4589 was committed by gerd on Tue, 15 Dec 2020 Fix wrong calculation of routing data (field reverse arc heading) arcDirectHeading.patch by Ticker Berkin "In the October changes to arcs and headings I mistakenly removed a variable needed for setting reverse arc direct headings, ie

[mkgmap-dev] Commit r4588: fix link to TYPViewer (TYPViewsite.patch by Ticker Berkin)

2020-10-26 Thread svn commit
Version mkgmap-r4588 was committed by gerd on Mon, 26 Oct 2020 fix link to TYPViewer (TYPViewsite.patch by Ticker Berkin) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4588 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk htt

[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 RouteNod

[mkgmap-dev] Commit r4586: support HGT files with 2 * 1801 * 3601 = 12.970.802 bytes

2020-10-04 Thread svn commit
Version mkgmap-r4586 was committed by gerd on Mon, 05 Oct 2020 support HGT files with 2 * 1801 * 3601 = 12.970.802 bytes 1801x3601-hgt.patch published in April 2020, got lost somehow http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4586 _

[mkgmap-dev] Commit r4585: try to improve error handling when reading input files in one of the combiners

2020-09-23 Thread svn commit
Version mkgmap-r4585 was committed by gerd on Wed, 23 Sep 2020 try to improve error handling when reading input files in one of the combiners http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4585 ___ mkgmap-dev mailing list mkgmap-dev@li

[mkgmap-dev] Commit r4584: don't write MDR12 section with unicode codepage

2020-09-22 Thread svn commit
Version mkgmap-r4584 was committed by gerd on Tue, 22 Sep 2020 don't write MDR12 section with unicode codepage http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4584 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkg

[mkgmap-dev] Commit r4583: fix documentation syntax error

2020-09-21 Thread svn commit
Version mkgmap-r4583 was committed by gerd on Mon, 21 Sep 2020 fix documentation syntax error http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4583 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailma

[mkgmap-dev] Commit r4582: document special tag with prefix mkgmap:from-node:

2020-09-19 Thread svn commit
Version mkgmap-r4582 was committed by gerd on Sat, 19 Sep 2020 document special tag with prefix mkgmap:from-node: (Patch by Marc Cousin, modified) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4582 ___ mkgmap-dev mailing list mkgmap-d

[mkgmap-dev] Commit r4581: remove java code which evaluates oneway=reverse (as a synonym for oneway=-1)

2020-09-18 Thread svn commit
Version mkgmap-r4581 was committed by gerd on Fri, 18 Sep 2020 remove java code which evaluates oneway=reverse (as a synonym for oneway=-1) Also adapt style tests using this. oneway=reverse no longer appears in OSM data http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4581 ___

[mkgmap-dev] Commit r4580: improve driving side detection (drivingSide.patch by Ticker Berkin, modified)

2020-09-18 Thread svn commit
Version mkgmap-r4580 was committed by gerd on Fri, 18 Sep 2020 improve driving side detection (drivingSide.patch by Ticker Berkin, modified) Attached is a patch that doesn't assign a driving side to more types of ways where it is not relevant. This speeds up processing slightly and, in some circum

[mkgmap-dev] Commit r4574: correction: In rare cases a multipolygon was ignored.

2020-09-12 Thread svn commit
Version mkgmap-r4574 was committed by gerd on Sat, 12 Sep 2020 correction: In rare cases a multipolygon was ignored. This happened when none of the polygon points was inside the tile and an edge of the MP crossed the tile bounds. Thanks to Ranko Jaksic for reporting this very old bug. http://w

[mkgmap-dev] Commit r4573: merge the map-split branch

2020-09-10 Thread svn commit
Version mkgmap-r4573 was committed by gerd on Fri, 11 Sep 2020 merge the map-split branch http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4573 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/l

[mkgmap-dev] Commit r4568: - split road in StyledConverter if it has too many points. A road can refer to max 127 Polylines (each with < 255) points

2020-09-08 Thread svn commit
Version mkgmap-r4568 was committed by gerd on Tue, 08 Sep 2020 - split road in StyledConverter if it has too many points. A road can refer to max 127 Polylines (each with < 255) points - reduce severity for size check as there is no problem with a single object that requires more than MAX_RGN_SI

[mkgmap-dev] Commit r4567: detect and report invalid lon/lat values in *.poly files

2020-09-06 Thread svn commit
Version mkgmap-r4567 was committed by gerd on Sun, 06 Sep 2020 detect and report invalid lon/lat values in *.poly files http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4567 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http:

[mkgmap-dev] Commit r4566: change ivy root for geotools

2020-09-03 Thread svn commit
Version mkgmap-r4566 was committed by gerd on Thu, 03 Sep 2020 change ivy root for geotools http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4566 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/

[mkgmap-dev] Commit r4565: implement undocumented option --x-keep-empty-value-tags to disable the removal of empty tags while parsing OSM input

2020-07-22 Thread svn commit
Version mkgmap-r4565 was committed by gerd on Wed, 22 Jul 2020 implement undocumented option --x-keep-empty-value-tags to disable the removal of empty tags while parsing OSM input http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4565 ___

[mkgmap-dev] Commit r4564: roadspeed_v2.patch by Ticker Berkin

2020-07-20 Thread svn commit
Version mkgmap-r4564 was committed by gerd on Tue, 21 Jul 2020 roadspeed_v2.patch by Ticker Berkin - evaluate maxspeed:advisory - reduce speed for motorways outside Germany if no maxspeed value given http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4564

[mkgmap-dev] Commit r4563: routeableLines.patch by Ticker Berkin

2020-07-20 Thread svn commit
Version mkgmap-r4563 was committed by gerd on Tue, 21 Jul 2020 routeableLines.patch by Ticker Berkin fixes isSpecialRoutableLineType() to values that definitely make BaseCamp routeing to fail when they are used for a non-routeable line and a change to allow mkgmap:set-[un,semi-]connected-type to

[mkgmap-dev] Commit r4562: fix wording in warning message

2020-07-10 Thread svn commit
Version mkgmap-r4562 was committed by gerd on Fri, 10 Jul 2020 fix wording in warning message http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4562 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailma

[mkgmap-dev] Commit r4561: miscDoc_v4.patch by Ticker Berkin:

2020-07-09 Thread svn commit
Version mkgmap-r4561 was committed by gerd on Thu, 09 Jul 2020 miscDoc_v4.patch by Ticker Berkin: "Minor documentation fix and correction of mapnik.txt after I reallocated some EXIT point types." http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4561 __

[mkgmap-dev] Commit r4560: Ouch, committed again experimental code. Now really: Make sure that way members of turn restriction relations start and end with routing nodes even when --x-no-force-end-nod

2020-07-09 Thread svn commit
Version mkgmap-r4560 was committed by gerd on Thu, 09 Jul 2020 Ouch, committed again experimental code. Now really: Make sure that way members of turn restriction relations start and end with routing nodes even when --x-no-force-end-nodes-routing-nodes is used. Fixes an error that was introduced

[mkgmap-dev] Commit r4559: Make sure that way members of turn restriction relations start and end with routing nodes even when --x-no-force-end-nodes-routing-nodes is used.

2020-07-09 Thread svn commit
Version mkgmap-r4559 was committed by gerd on Thu, 09 Jul 2020 Make sure that way members of turn restriction relations start and end with routing nodes even when --x-no-force-end-nodes-routing-nodes is used. Fixes an error that was introduced with r4360. Certain no-u-turn restrictions were igno

[mkgmap-dev] Commit r4558: adapt unit test to match increased NOD file size

2020-07-09 Thread svn commit
Version mkgmap-r4558 was committed by gerd on Thu, 09 Jul 2020 adapt unit test to match increased NOD file size http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4558 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.m

[mkgmap-dev] Commit r4557: Sorry, last minute change was not saved to file

2020-07-08 Thread svn commit
Version mkgmap-r4557 was committed by gerd on Thu, 09 Jul 2020 Sorry, last minute change was not saved to file http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4557 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.m

[mkgmap-dev] Commit r4556: route1.patch by Steve Ratcliffe (modified)

2020-07-08 Thread svn commit
Version mkgmap-r4556 was committed by gerd on Thu, 09 Jul 2020 route1.patch by Steve Ratcliffe (modified) - reverts the size improvements introduced with r4360, but seems to improve routing on devices - I added undocumented option --x-no-force-end-nodes-routing-nodes which can be used to get the

[mkgmap-dev] Commit r4555: juncArea.path by Ticker Berkin

2020-06-22 Thread svn commit
Version mkgmap-r4555 was committed by steve on Mon, 22 Jun 2020 juncArea.path by Ticker Berkin Warn when something not a Node is tagged as highway=motorway_junction instead of crashing. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4555

[mkgmap-dev] Commit r4554: Fix for text rendering of documentation

2020-06-22 Thread svn commit
Version mkgmap-r4554 was committed by steve on Mon, 22 Jun 2020 Fix for text rendering of documentation Well hopefully... see if it builds http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4554 ___ mkgmap-dev mailing list mkgmap-dev@list

[mkgmap-dev] Commit r4553: doc: improve formatting (miscDoc_v3.patch by Ticker Berkin)

2020-06-20 Thread svn commit
Version mkgmap-r4553 was committed by gerd on Sat, 20 Jun 2020 doc: improve formatting (miscDoc_v3.patch by Ticker Berkin) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4553 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk ht

[mkgmap-dev] Commit r4552: miscDoc_v2.patch by Ticker Berkin:

2020-06-19 Thread svn commit
Version mkgmap-r4552 was committed by gerd on Sat, 20 Jun 2020 miscDoc_v2.patch by Ticker Berkin: "Here are some documentation fixes & improvements + a change to build.xml to use 4 chars for the unknown version number so that offsets match the typical 4 digit svn version number. This minimises noi

[mkgmap-dev] Commit r4551: Report type(node, way, relation) of original element in "generated from" messages (slightly modified generated-from.patch)

2020-06-19 Thread svn commit
Version mkgmap-r4551 was committed by gerd on Fri, 19 Jun 2020 Report type(node,way,relation) of original element in "generated from" messages (slightly modified generated-from.patch) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4551 ___

[mkgmap-dev] Commit r4550: refactoring, no functional change

2020-06-16 Thread svn commit
Version mkgmap-r4550 was committed by gerd on Tue, 16 Jun 2020 refactoring, no functional change rename variable fmt to sb cause it's a StringBuilder, not a Formatter http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4550 ___ mkgmap-dev m

[mkgmap-dev] Commit r4549: code simplification (osmstyle), no functional change intended

2020-06-16 Thread svn commit
Version mkgmap-r4549 was committed by gerd on Tue, 16 Jun 2020 code simplification (osmstyle), no functional change intended - move common code in toString() methods to calcValueBuildersString(), it is only used when debugging - remove commented or dead code and some TODO statements - add @overri

[mkgmap-dev] Commit r4548: rework handling of nodes in osm input files

2020-06-16 Thread svn commit
Version mkgmap-r4548 was committed by gerd on Tue, 16 Jun 2020 rework handling of nodes in osm input files - see also r4541 and r4547 which reverted it (problem was that HousenumberHooks expected that the hook was called for each coord of a way) - replace onCoordAddedToWay by onNodeAddedToWay aga

[mkgmap-dev] Commit r4547: revert changes from r4541, result is not the same

2020-06-15 Thread svn commit
Version mkgmap-r4547 was committed by gerd on Tue, 16 Jun 2020 revert changes from r4541, result is not the same http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4547 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.m

[mkgmap-dev] Commit r4546: improve code: fix sonarlint issues reg. "Move the string literal on the left side of string comparison."

2020-06-15 Thread svn commit
Version mkgmap-r4546 was committed by gerd on Mon, 15 Jun 2020 improve code: fix sonarlint issues reg. "Move the string literal on the left side of string comparison." http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4546 ___ mkgmap-dev

[mkgmap-dev] Commit r4545: simplify code:

2020-06-15 Thread svn commit
Version mkgmap-r4545 was committed by gerd on Mon, 15 Jun 2020 simplify code: - use default in interface OsmConverter - add more @override http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4545 ___ mkgmap-dev mailing list mkgmap-dev@lists

[mkgmap-dev] Commit r4544: improve code, use lambdas

2020-06-15 Thread svn commit
Version mkgmap-r4544 was committed by gerd on Mon, 15 Jun 2020 improve code, use lambdas http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4544 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/lis

[mkgmap-dev] Commit r4543: simplify code, no functional change

2020-06-15 Thread svn commit
Version mkgmap-r4543 was committed by gerd on Mon, 15 Jun 2020 simplify code, no functional change http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4543 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/m

[mkgmap-dev] Commit r4542: minor code improvements

2020-06-15 Thread svn commit
Version mkgmap-r4542 was committed by gerd on Mon, 15 Jun 2020 minor code improvements - Replace the type specification in this constructor call with the diamond operator ("<>"). - Reorder the modifiers to comply with the Java Language Specification. - add static to some methods http://www.mkgma

[mkgmap-dev] Commit r4541: Simplify code, slightly improve performance

2020-06-14 Thread svn commit
Version mkgmap-r4541 was committed by gerd on Mon, 15 Jun 2020 Simplify code, slightly improve performance OsmReadingHooks: replace onCoordAddedToWay() method by onNodeAddedToWay() - now the method is (really) only called when a tagged node is added to a way - the node is passed as argument, it w

[mkgmap-dev] Commit r4540: Don't create cycleway for route=ferry when ferry way has oneway tag and --make-opposite-cycleways is active

2020-06-14 Thread svn commit
Version mkgmap-r4540 was committed by gerd on Mon, 15 Jun 2020 Don't create cycleway for route=ferry when ferry way has oneway tag and --make-opposite-cycleways is active http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4540 ___ mkgmap-d

[mkgmap-dev] Commit r4539: minor code improvements

2020-06-14 Thread svn commit
Version mkgmap-r4539 was committed by gerd on Sun, 14 Jun 2020 minor code improvements - Replace the type specification in this constructor call with the diamond operator ("<>"). - Reorder the modifiers to comply with the Java Language Specification. - Move string literal on the left side of stri

[mkgmap-dev] Commit r4538: improve code, no functional change expected

2020-06-14 Thread svn commit
Version mkgmap-r4538 was committed by gerd on Sun, 14 Jun 2020 improve code, no functional change expected http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4538 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.

[mkgmap-dev] Commit r4537: Fix severe error in handling of option --road-name-config

2020-06-14 Thread svn commit
Version mkgmap-r4537 was committed by gerd on Sun, 14 Jun 2020 Fix severe error in handling of option --road-name-config The code produced wrong results for countries with prefixes because a sort was missing. Effect: for "Place de l'Etoile" the detected prefix was "Place de" instead of the longe

[mkgmap-dev] Commit r4536: code simplification: use Map.computeIfAbsent()

2020-06-14 Thread svn commit
Version mkgmap-r4536 was committed by gerd on Sun, 14 Jun 2020 code simplification: use Map.computeIfAbsent() http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4536 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgm

[mkgmap-dev] Commit r4535: options: correct wording sample -> example

2020-06-14 Thread svn commit
Version mkgmap-r4535 was committed by gerd on Sun, 14 Jun 2020 options: correct wording sample -> example http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4535 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.o

[mkgmap-dev] Commit r4534: fix remaining xLint issue although it's a false positive

2020-06-14 Thread svn commit
Version mkgmap-r4534 was committed by gerd on Sun, 14 Jun 2020 fix remaining xLint issue although it's a false positive http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4534 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http:

[mkgmap-dev] Commit r4533: lintWarn.patch by Ticker Berkin:

2020-06-13 Thread svn commit
Version mkgmap-r4533 was committed by gerd on Sun, 14 Jun 2020 lintWarn.patch by Ticker Berkin: "Here are some fixes to warnings I get when I build with options -XLint:all -Xlint:-serial -Xlint:-path also an improvement to where city/zip/highway/exitFac ptr sizes are calculated when POIs are w

[mkgmap-dev] Commit r4532: enable -Xlint

2020-06-13 Thread svn commit
Version mkgmap-r4532 was committed by gerd on Sun, 14 Jun 2020 enable -Xlint http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4532 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap

[mkgmap-dev] Commit r4531: refactoring, no funnctional change intended

2020-06-13 Thread svn commit
Version mkgmap-r4531 was committed by gerd on Sat, 13 Jun 2020 refactoring, no funnctional change intended - replace "== false" - remove "== true" http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4531 ___ mkgmap-dev mailing list mkgmap-

[mkgmap-dev] Commit r4530: use indexOf(char) instead of indexOf(String) where possible

2020-06-13 Thread svn commit
Version mkgmap-r4530 was committed by gerd on Sat, 13 Jun 2020 use indexOf(char) instead of indexOf(String) where possible http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4530 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk ht

[mkgmap-dev] Commit r4529: fix compile error

2020-06-13 Thread svn commit
Version mkgmap-r4529 was committed by gerd on Sat, 13 Jun 2020 fix compile error http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4529 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mk

[mkgmap-dev] Commit r4528: refactoring, no functional change intended

2020-06-13 Thread svn commit
Version mkgmap-r4528 was committed by gerd on Sat, 13 Jun 2020 refactoring, no functional change intended - use common name scheme for constants reg. TagDict.getinstance().xlate() - improve housenumber/HousenumberGenerator http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4528 ___

<    1   2   3   4   5   6   7   8   9   10   >