logo separator

[mkgmap-dev] [PATCH v3] sea polygons

From Christian Gawron christian.gawron at gmx.de on Sun Aug 9 14:09:47 BST 2009

Dear Maning,

the problem is most probably that I assumed that the intersection 
between the "land mass" and the bounding box is simply connected.

I won't be able to fix this today, but you could add
            if (!it1.hasNext()) break;
before the offending line 860
            EdgeHit h1 = it1.next();
to get at least the code running again.

Best wishes
Christian

maning sambale schrieb:
> Another test using he new splitter:
> SEVERE (Main): java.util.concurrent.ExecutionException:
> java.util.NoSuchElementException
> java.util.concurrent.ExecutionException: java.util.NoSuchElementException
> 	at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
> 	at java.util.concurrent.FutureTask.get(FutureTask.java:111)
> 	at uk.me.parabola.mkgmap.main.Main.endOptions(Main.java:289)
> 	at uk.me.parabola.mkgmap.CommandArgsReader.readArgs(CommandArgsReader.java:124)
> 	at uk.me.parabola.mkgmap.main.Main.main(Main.java:100)
> Caused by: java.util.NoSuchElementException
> 	at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1115)
> 	at java.util.TreeMap$KeyIterator.next(TreeMap.java:1171)
> 	at uk.me.parabola.mkgmap.reader.osm.xml.Osm5XmlHandler.generateSeaPolygon(Osm5XmlHandler.java:860)
>   



More information about the mkgmap-dev mailing list