Re: [mkgmap-dev] style file reader patch

2017-01-25 Thread Mike Baggaley
Bizarre, I have just reinstated the original code for handling UTF-8 and it is no longer crashing. Can't think of anything I've changed in the environment, other than the points file now contains a lot more statements in it. I'll leave the original code in place and see if the crash recurs and if

Re: [mkgmap-dev] Multipolygon-Relation checks in mkgmap

2017-01-25 Thread Gerd Petermann
Hi Ticker, okay, I'll have a look at the branch. The problem in http://www.openstreetmap.org/relation/2199651 is solved with r3773, but your case looks different. Gerd Von: mkgmap-dev im Auftrag von Ticker

[mkgmap-dev] Commit r3773: let linesCutEachOther() return false if the two line segments meat at an end point

2017-01-25 Thread svn commit
Version mkgmap-r3773 was committed by gerd on Wed, 25 Jan 2017 let linesCutEachOther() return false if the two line segments meat at an end point http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3773 ___ mkgmap-dev mailing list

Re: [mkgmap-dev] new branch split-shape

2017-01-25 Thread Ticker Berkin
Hi Gerd OK. Re. sea polygons: These shouldn't go into their own subDivision because it will stop mkgmap:drawLevel from working correctly. Ticker PS I've committed more changes to branches/split-shape, including my initial changes to MultiPolygonRelation - Take this if you want, so far it

[mkgmap-dev] Commit r3772: clean up MultiPolygonRelation, no functional change

2017-01-25 Thread svn commit
Version mkgmap-r3772 was committed by gerd on Wed, 25 Jan 2017 clean up MultiPolygonRelation, no functional change http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3772 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Multipolygon-Relation checks in mkgmap

2017-01-25 Thread Ticker Berkin
Hi Gerd Using your split of germany, 63240135.osm.pbf gives me the problem after I converted PolygonSplitterBase and AreaClipper to the new algo It is the outer way of relation/27312 at 48.94071,13.70245 At highest resolution, openStreetMap shows no intersection, but when I dump the highRes

Re: [mkgmap-dev] Multipolygon-Relation checks in mkgmap

2017-01-25 Thread Gerd Petermann
Hi Ticker, do you have an example for such a problem case? Gerd Von: mkgmap-dev im Auftrag von Ticker Berkin Gesendet: Mittwoch, 25. Januar 2017 13:25:34 An:

Re: [mkgmap-dev] Multipolygon-Relation checks in mkgmap

2017-01-25 Thread Ticker Berkin
Hi Gerd Yes - please I started looking at MultiPolygonRelation yesterday with a view of trying to convert it to use the new ShapeSplitter algorithm. I think that the way a self-intersecting polygon is rewritten after a split using the Java2D library causes problems for the new algorithm when it

[mkgmap-dev] Multipolygon-Relation checks in mkgmap

2017-01-25 Thread Gerd Petermann
Hi all, I'd like to rewrite the code in MultiPolygonRelation so that it tolerates more mp-rels. For example, the relation http://www.openstreetmap.org/relation/2199651 produces these warnings: WARN: uk.me.parabola.mkgmap.reader.osm.MultiPolygonRelation f:\osm\rel2199651.osm: Some polygons are

Re: [mkgmap-dev] echo & echotags patch

2017-01-25 Thread Gerd Petermann
Thanks Mike, committed with r3770. Gerd Von: mkgmap-dev im Auftrag von Mike Baggaley Gesendet: Dienstag, 24. Januar 2017 15:52:23 An: 'Development list for mkgmap' Betreff: [mkgmap-dev] echo &

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

2017-01-25 Thread svn commit
Version mkgmap-r3770 was committed by gerd on Wed, 25 Jan 2017 echo.patch by Mike Baggaley This change improves the format of the messages such that the type of element is included and the fake Id is replaced with a fragment saying the element has been generated. The latter allows the output of