Version mkgmap-r4245 was committed by gerd on Fri, 19 Oct 2018 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. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4245 _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
