Re: [mkgmap-dev] Multipolygons and disappearing coastlines

2009-12-27 Thread WanMil
Hi Chris, Mark Burton schrieb: So, is putting the coastline into a multipolygon a reasonable OSM thing? A coastline is often also a boundary and boundaries are multipolygons in OSM. If so, should mkgmap be breaking the coastline by removing its tags? If not, how do we fix that? My

Re: [mkgmap-dev] Multipolygons and disappearing coastlines

2009-12-27 Thread Apollinaris Schoell
2. The PolygonSplitter destroys the polygons created by the current multipolygon code. Up to now I do not fully understand if thats a problem or not. But I would feel better if someone could replace the usage of the java.awt.Area class with some code that does not remove the

[mkgmap-dev] Problem displaying mkgmap created maps with TTQV(Touratech Quo vadis)

2009-12-27 Thread Gert Münzel
Hi, i have experienced( and also red that otherones maked the same experience) sometimes, that mkgmap created maps/overlays couldn't be displayed with TTQV althought the same map could be used with Mapsource perfectly. Meanwhile accidently i created this possible erroneous map with a style

Re: [mkgmap-dev] Problem displaying mkgmap created maps with TTQV(Touratech Quo vadis)

2009-12-27 Thread Felix Hartmann
On 27.12.2009 18:12, Gert Münzel wrote: Hi, i have experienced( and also red that otherones maked the same experience) sometimes, that mkgmap created maps/overlays couldn't be displayed with TTQV althought the same map could be used with Mapsource perfectly. Meanwhile accidently i created

Re: [mkgmap-dev] Problem displaying mkgmap created maps with TTQV(Touratech Quo vadis)

2009-12-27 Thread Gert Münzel
Hi Felix, i have just made a quick test using a simple map out of my tracks, mkgmap.jar V1442 and the default style of 1442 The resulting map can't be displayed in TTQV. But if i used my own style i can display it. cheers ___ mkgmap-dev mailing

[mkgmap-dev] Commit: r1443: Combine any gmapsupp files given as input into the output gmapsupp file correctly preserving family id's etc.

2009-12-27 Thread svn commit
Version 1443 was commited by steve on 2009-12-27 21:12:59 + (Sun, 27 Dec 2009) Combine any gmapsupp files given as input into the output gmapsupp file correctly preserving family id's etc. ___ mkgmap-dev mailing list

[mkgmap-dev] mkgmap dropping ways on multipolygon boundary outer

2009-12-27 Thread Felix Hartmann
Have a look here, wherever the boundaries use the same way as the ways, the ways get dropped, even if not rendering the boundaries at all (removing any reference to boundary from the style-file). Is this maybe a geofabrik error, or some error in mkgmap multipolygon handling? I have noticed

Re: [mkgmap-dev] mkgmap dropping ways on multipolygon boundary outer

2009-12-27 Thread Mark Burton
Festive greetings Felix, Have a look here, wherever the boundaries use the same way as the ways, the ways get dropped, even if not rendering the boundaries at all (removing any reference to boundary from the style-file). Is this maybe a geofabrik error, or some error in mkgmap

Re: [mkgmap-dev] mkgmap dropping ways on multipolygon boundary outer

2009-12-27 Thread Felix Hartmann
On 27.12.2009 22:33, Mark Burton wrote: Festive greetings Felix, Have a look here, wherever the boundaries use the same way as the ways, the ways get dropped, even if not rendering the boundaries at all (removing any reference to boundary from the style-file). Is this maybe a

Re: [mkgmap-dev] mkgmap dropping ways on multipolygon boundary outer

2009-12-27 Thread Mark Burton
Felix, Thanks for that patch... It does remove the bug, but all relations seem to get dropped by using this patch too. So not an ideal solution -:) BTW before using this patch, relations like cycleroutes would even show up when all ways were dropped due to multipolygon outer... OK - try

Re: [mkgmap-dev] mkgmap dropping ways on multipolygon boundary outer

2009-12-27 Thread Felix Hartmann
On 28.12.2009 00:04, Mark Burton wrote: Felix, Thanks for that patch... It does remove the bug, but all relations seem to get dropped by using this patch too. So not an ideal solution -:) BTW before using this patch, relations like cycleroutes would even show up when all ways were