logo separator

Build mkgmap/mkgmap #502.2

Commit: 4145 by gerd
Branch: overlaps
Time: 3 Apr 2018, 7:46 a.m.
Passed
This test: 43 sec
Total time: 2 min 11 sec

add code to detect and - maybe - remove overlapping way segments of routable lines. A segment is a part of an OSM way build by pair of nodes. The sequence of nodes only matters with oneways. Done: - find overlapping segments in routable lines where two or more different OSM ways share the same segment - split those ways into segments - find overlapping segments with similar attributes (based on code in RoadMerger) and remove one if possible - recombine the segments - remove those routable lines which are no longer complete and replace them by copies with the newly combined segmnts This happens after the treatment of unconnected roads and before the WrongAngleFixer starts. TODO: - add code to handle route restrictions - add code to handle ways with different labels - add code to allow more differences, e.g. when one way allows all vehicles and the other doesn't allow bikes.

Start build of mkgmap/mkgmap-4145 for BuildEnv: java=openjdk8, python=default {}

Checkout mkgmap/mkgmap branch overlaps revision 4145

Starting script "build"

$ java -version

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_GX_aO2

openjdk version "1.8.0_161"

OpenJDK Runtime Environment (build 1.8.0_161-b14)

OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)

$ ant -version

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_GX_aO2

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

$ echo "svn.version: 4145" > resources/mkgmap-version.properties

$ echo "build.timestamp: $(date -Iseconds)" >> resources/mkgmap-version.properties

$ exit

exit

cd . for archives

tar . to /home/builder/build/root_GX_aO2/dist/mkgmap-overlaps-r4145-src.tar.gz

cd . for archives

zip . to /home/builder/build/root_GX_aO2/dist/mkgmap-overlaps-r4145-src.zip

$ ant -Dhave.version=1 dist

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_GX_aO2

Buildfile: /home/builder/build/root_GX_aO2/src/build.xml

prepare:

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/build/classes

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/lib/optional

ivy-availability:

download-ivy:

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/lib/build

[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar

[get] To: /home/builder/build/root_GX_aO2/src/lib/build/ivy-2.2.0.jar

init-ivy:

[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::

[ivy:configure] :: loading settings :: file = /home/builder/build/root_GX_aO2/src/ivysettings.xml

resolve-compile:

[ivy:retrieve] downloading http://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar ...

[ivy:retrieve] ........................................ (520kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] com.google.protobuf#protobuf-java;2.5.0!protobuf-java.jar(bundle) (100ms)

[ivy:retrieve] downloading http://ivy.mkgmap.org.uk/repo/crosby/osmpbf/1.3.3/jars/osmpbf.jar ...

[ivy:retrieve] .... (129kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] crosby#osmpbf;1.3.3!osmpbf.jar (36ms)

[ivy:retrieve] downloading http://ivy.mkgmap.org.uk/repo/it.unimi.dsi/fastutil/6.5.15-mkg.1b/jars/fastutil.jar ...

[ivy:retrieve] ......... (464kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] it.unimi.dsi#fastutil;6.5.15-mkg.1b!fastutil.jar (47ms)

compile:

[javac] Compiling 505 source files to /home/builder/build/root_GX_aO2/src/build/classes

build:

[copy] Copying 455 files to /home/builder/build/root_GX_aO2/src/build/classes

svn-version:

git-version:

check-version:

version-file:

dist:

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/dist

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/dist/lib

[copy] Copying 3 files to /home/builder/build/root_GX_aO2/src/dist/lib

[jar] Building jar: /home/builder/build/root_GX_aO2/src/dist/mkgmap.jar

[copy] Copying 2 files to /home/builder/build/root_GX_aO2/src/dist/doc

[copy] Copying 2 files to /home/builder/build/root_GX_aO2/src/dist

[mkdir] Created dir: /home/builder/build/root_GX_aO2/src/dist/examples

[copy] Copying 31 files to /home/builder/build/root_GX_aO2/src/dist/examples

BUILD SUCCESSFUL

Total time: 29 seconds

$ exit

exit

Script ended without errors.

End build of mkgmap/mkgmap-4145 for environment BuildEnv: java=openjdk8, python=default {}

Latest commits

  • splitter-r654 - add note that splitter doesn't handle holes in *.poly files.
    05 apr 2024
  • mkgmap-r4919 Avoid possible integer overflow in blocksize calculation when gmapsupp contains large number of tiles.
    04 apr 2024
  • mkgmap-r4918 add surface=chipseal to group of surfaces which means paved.
    06 mar 2024
  • mkgmap-r4917 fix typos in documentation: $LONG_DATE$ -> $LONGDATE$, $SHORT_DATE$ -> $SHORTDATE$.
    18 feb 2024
  • mkgmap-r4916 sortResource_v3.patch (with updated date in comment) by Ticker Berkin.
    13 oct 2023
See more...