Re: [mkgmap-dev] problem routing across tiles again

2009-09-06 Thread maning sambale
Mark, Using the latest svn 1173 patch -p1 < /home/maning/Desktop/mb-make-boundary-nodes-v1.patch patching file src/uk/me/parabola/mkgmap/general/LineClipper.java patching file src/uk/me/parabola/mkgmap/reader/osm/xml/Osm5XmlHandler.java man...@cumingi:~/osm/routable_garmin/mkgmap/trunk$ ant dist

Re: [mkgmap-dev] New splitter version, big memory savings

2009-09-06 Thread Chris Miller
Hi Apo, AS> new splitter works great. attached a small patch to make the kml AS> tiles AS> transparent in Google Earth and add a simple balloon with the tile AS> name when you click it. GE behaves different than GMaps where this Thanks, this is something I'd noticed and was meaning to take a look

Re: [mkgmap-dev] New splitter version, big memory savings

2009-09-06 Thread Apollinaris Schoell
Hi Chris, new splitter works great. attached a small patch to make the kml tiles transparent in Google Earth and add a simple balloon with the tile name when you click it. GE behaves different than GMaps where this is not needed. But patch will work in GMaps too. If this is useful for other

Re: [mkgmap-dev] problem routing across tiles again

2009-09-06 Thread Mark Burton
Hi Maning, I had an inspiration! Contrary to my last message, I think we can probably do something about this. Please try the attached patch on the same OSM data as before and see if the routing changes (hopefully, for the better). Use the same options as before. It's based upon my previous at

[mkgmap-dev] Style file not working

2009-09-06 Thread MarkS
Does anybody know why the following lines style file doesn't work for me: maxspeed > 78 & maxspeed < 82 {set mcssl=50} highway=* & mcssl=50 [0x03 resolution 22] This is the whole file and I get the error: Error in style: Error: (lines:2): Invalid rule file (expr &) Could not open style null The

Re: [mkgmap-dev] problem routing across tiles again

2009-09-06 Thread Mark Burton
Hi Maning, > I encountered routing across tiles again. > Using mkgmap ver 1163 and splitter r83. > > This photo shows routing detours to the cemetery when I used a split file: > http://farm3.static.flickr.com/2593/3892530364_d80a7546b4_o.png > > But no problems when no split file was used: > ht

Re: [mkgmap-dev] Possible fix for "evil forest" crash

2009-09-06 Thread Mark Burton
Felix, > I was all the time using it without problems. I don't know whether there > have been improvements, but nothing became worse in any case. I > subjectively think map panning got a tiny bit quicker, but might be > mistaken. Ok, good. If the patch is working right, it should be reduci

Re: [mkgmap-dev] Possible fix for "evil forest" crash

2009-09-06 Thread Felix Hartmann
Mark Burton wrote: Yeah great, Finally fixed. I could not find any errors in the map. That's good. The problem was that a polygon was being generated that only contained 2 points. The more recent mapsource versions must ignore degenerate polygons (and lines as well, presumably) but the

Re: [mkgmap-dev] Possible fix for "evil forest" crash

2009-09-06 Thread Mark Burton
> Yeah great, Finally fixed. > I could not find any errors in the map. That's good. The problem was that a polygon was being generated that only contained 2 points. The more recent mapsource versions must ignore degenerate polygons (and lines as well, presumably) but the older mapsource and at l

[mkgmap-dev] Commit: r1173: Avoid generating degenerate lines/areas with too few points.

2009-09-06 Thread svn commit
Version 1173 was commited by markb on 2009-09-06 14:10:28 +0100 (Sun, 06 Sep 2009) Avoid generating degenerate lines/areas with too few points. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap

Re: [mkgmap-dev] Nuvi routing performance

2009-09-06 Thread Chris-Hein Lunkhusen
Steve Ratcliffe schrieb: > Previously someone claimed that on mapsource you needed a routable > basemap to get good inter-tile routing, but that on a GPS device you > don't. As the basemap is not sent to the device that makes sense. Can I load the basemap from my Etrex to Mapsource ? Or is there

Re: [mkgmap-dev] Possible fix for "evil forest" crash

2009-09-06 Thread Felix Hartmann
Mark Burton wrote: Hi Felix, Please try the attached patch on the original tile and see if it fixes the problem. Cheers, Mark ___ mkgmap-dev mailing list mkgmap-dev@lists

[mkgmap-dev] Possible fix for "evil forest" crash

2009-09-06 Thread Mark Burton
Hi Felix, Please try the attached patch on the original tile and see if it fixes the problem. Cheers, Mark diff --git a/src/uk/me/parabola/imgfmt/app/trergn/LinePreparer.java b/src/uk/me/parabola/imgfmt/app/trergn/LinePreparer.java index 122d811..9fb07a2 100644 --- a/src/uk/me/parabola/imgfmt/a

Re: [mkgmap-dev] problem routing across tiles again

2009-09-06 Thread maning sambale
Just to confirm the I tested with a different areas.list and the same problem persist on the specific road On Sun, Sep 6, 2009 at 6:25 PM, maning sambale wrote: > Just to add my mkgmap options: > > time java -Xmx1512m -jar > /home/maning/osm/routable_garmin/mkgmap/trunk/dist/mkgmap.jar \ > --code-

[mkgmap-dev] splitter for java 1.5

2009-09-06 Thread Martin Heinemann
Hi, i spent some time to port the splitter to java 1.5. if someone is interested: http://www.martinheinemann.net/doku.php/openstreetmap/mkgmap/splitter Greetings martin -- Ivan Ivanovich & The Kreml Krauts black-tea-flavoured-schnitzel-beat http://www.kreml-krauts.de http://www.myspace.

Re: [mkgmap-dev] problem routing across tiles again

2009-09-06 Thread maning sambale
Just to add my mkgmap options: time java -Xmx1512m -jar /home/maning/osm/routable_garmin/mkgmap/trunk/dist/mkgmap.jar \ --code-page=1252 \ --ea \ --tdbfile \ --latin1 \ --country-abbr=PHI \ --country-name=PHILIPPINES \ --remove-short-arcs=5 \ --route \ --road-name-pois \ --add-pois-to-areas \ --fa

[mkgmap-dev] problem routing across tiles again

2009-09-06 Thread maning sambale
Hi, I encountered routing across tiles again. Using mkgmap ver 1163 and splitter r83. This photo shows routing detours to the cemetery when I used a split file: http://farm3.static.flickr.com/2593/3892530364_d80a7546b4_o.png But no problems when no split file was used: http://farm3.static.flickr

Re: [mkgmap-dev] mkgmap creates polygons that break Mapsource panning and also routing in some zoomlevels as well as crashing the GPS

2009-09-06 Thread Felix Hartmann
Mark Burton wrote: Hi Felix, thanks for your work, You're welcome. by now I am sure (100%) which polygon was fucking up (as so far as being the main cause). It's the forest here: http://www.openstreetmap.org/?lat=47.70079&lon=16.18152&zoom=16&layers=B000FTF. I have attached