logo separator

Build mkgmap/mkgmap #603

Commit: 4245 by gerd
Branch: trunk
Time: 19 Oct 2018, 6:22 a.m.
Passed
Total time: 2 min 46 sec

correction: if precomp--sea option is used, closed ways with the tag natural=coastline where only processed as lines, not as polygons. The code in SeaGenerator creates a copy of the original way, but it doesn't copy the tags, only the geometry. The copy has only two tags: mkgmap:removed_natural=coastline, mkgmap:stylefilter=polygon The problem is that the code also adds the tag mkgmap:stylefilter=polyline to the original way, so that it is not processed as a polygon. Now the original tags are copied, the natural tag is changed as shown above and mkgmap:stylefilter=polygon is added so that the copy is only processed by the polygon rules.

  • java=jdk8, python=default
    Passed
    1 min 35 sec
  • java=openjdk8, python=default
    Passed
    1 min 10 sec

Latest commits

  • 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
  • mkgmap-r4915 Polish format (*.mp) Don't crash with NullPointerException when a contour line has no label.
    11 oct 2023
  • mkgmap-r4914 no_hp-overflow_v2.patch by Ticker Berkin (with modified javadoc and updated unit tests):.
    08 oct 2023
See more...