Re: [mkgmap-dev] Missing foot of T-shaped way

2012-01-06 Thread Marko Mäkelä
Hi Steve, Do you have the osm file that produces the broken tile to download anywhere? It would be good to try and find out why it fails, we do try to give messages when something is not going to work if we know what it is. Can I upload it to your server somehow? The 63240002.osm.pbf is

[mkgmap-dev] Bug in LocationHook?

2012-01-06 Thread GerdP
WanMil, LocationHook checks these hard coded tag names: private static final String[] LEVEL2_NAMES = new String[]{name,name:en,int_name}; but it doesn't add them in getUsedTags() as long as the user doesn't set them in parameter name-tag-list. Is this intended? Ciao, Gerd -- View

Re: [mkgmap-dev] Possible optimization of StyledConverter

2012-01-06 Thread Steve Ratcliffe
Hi thanks for the explanation, I'll verify my assumptions. Regarding your patch: I see a change in the number of evaluated rules, but it is is slightly higher with the patch. I think this proves that my understanding is wrong, but the patch is probably too special, means, it has to be

Re: [mkgmap-dev] Missing foot of T-shaped way

2012-01-06 Thread Marko Mäkelä
Hi Steve, On Fri, Jan 06, 2012 at 11:31:55AM +0200, Marko Mäkelä wrote: Do you have the osm file that produces the broken tile to download anywhere? It would be good to try and find out why it fails, we do try to give messages when something is not going to work if we know what it is. Can I

[mkgmap-dev] Commit: r2162: If the global address index option is given alongside the --gmapsupp

2012-01-06 Thread svn commit
Version 2162 was commited by steve on 2012-01-06 16:58:50 + (Fri, 06 Jan 2012) If the global address index option is given alongside the --gmapsupp option, then the index will be created directly within the gmapsupp.img file, so that address search will work on devices without having to

Re: [mkgmap-dev] Commit: r2162: If the global address index option is given alongside the --gmapsupp

2012-01-06 Thread WanMil
Great!! Thanks for merging the branch. Now mkgmap fully supports address search. Isn't that worthy to post that as news in the osm wiki: http://wiki.openstreetmap.org/wiki/Template:News ? Thanks Steve! Great work! WanMil Version 2162 was commited by steve on 2012-01-06 16:58:50 +

Re: [mkgmap-dev] Bug in LocationHook?

2012-01-06 Thread WanMil
Gerd, it is intended. The tag names are used only to retrieve the name from the precompiled boundaries. Loading precompiled boundaries does not care about the getUsedTags() information so it is correct not to add them to this list. WanMil WanMil, LocationHook checks these hard coded tag

Re: [mkgmap-dev] Commit: r2162: If the global address index option is given alongside the --gmapsupp

2012-01-06 Thread Lambertus
Awsome guys! A big thank you all for this and all the other tweaks, improvements and new features. Steve, do I understand it correctly that if I want to create a gmapsupp and also a tdb then I better run Mkgmap twice? Once with --gmappsupp and once with --tdb? Also, would you be so kind to

[mkgmap-dev] Commit: r2163: Remove elements that would not pass the style processing

2012-01-06 Thread svn commit
Version 2163 was commited by wanmil on 2012-01-06 20:11:27 + (Fri, 06 Jan 2012) Remove elements that would not pass the style processing The new UnusedElementsRemoverHook removes all elements (nodes, ways and polygons) that lie outside the tile bounding box. These elements might have

[mkgmap-dev] Loading a relation of numerous unconnected sections to my GPSr

2012-01-06 Thread Bob Hawkins
I am walking parts of The Chiltern Way and, as I progress, adding members in JOSM to relation 23309. I should like to view this relation as a tracklog on my Legend HCx so that I can more easily fill in the missing parts. I cannot combine the ways in JOSM because there are numerous breaks. I

Re: [mkgmap-dev] Loading a relation of numerous unconnected sections to my GPSr

2012-01-06 Thread SomeoneElse
Bob Hawkins wrote: I wonder if anyone can suggest a method that would get such a relation into internal memory on my Legend? This might not be exactly what you want, but you can append a relation name (or something else) to a way name by following the instructions here:

[mkgmap-dev] Commit: r2164: Instead of copying use the first area directly while loading precompiled bounds

2012-01-06 Thread svn commit
Version 2164 was commited by wanmil on 2012-01-06 21:56:17 + (Fri, 06 Jan 2012) Instead of copying use the first area directly while loading precompiled bounds The first area of any boundary loaded from the bounds file is now directly used instead of copied. This saves a lot of Area

[mkgmap-dev] Routing issue with split road

2012-01-06 Thread Francisco Moraes
Hi, I have seen some strange routing issues with the way below. If I am driving south, my GPS wants me to make a U-turn where the divided highway ends. It seems like the ways are not connected but I checked and I can't find anything wrong in the OSM data.

Re: [mkgmap-dev] Routing issue with split road

2012-01-06 Thread Henning Scholland
Hi The fault is in osm-data. There is no turn restriction tagged. I've added such an restriction. Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev