Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-12 Thread WanMil
> On Thu, Feb 11, 2010 at 07:59:01PM +0100, WanMil wrote: >> The Osm5XMLHandler sometimes throw a NullPointerException in line 397. >> This is the key.equals("highway") part: >> >> if((val.equals("motorway_junction") || >> val.equals("services"))&& >> key.equals("highway")) >> { >> e

Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-11 Thread Marko Mäkelä
On Thu, Feb 11, 2010 at 07:59:01PM +0100, WanMil wrote: > The Osm5XMLHandler sometimes throw a NullPointerException in line 397. > This is the key.equals("highway") part: > > if((val.equals("motorway_junction") || > val.equals("services")) && > key.equals("highway")) > { > exits

Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-11 Thread Felix Hartmann
On 11.02.2010 19:59, WanMil wrote: >> Version 1566 was commited by steve on 2010-02-08 12:33:09 + (Mon, 08 Feb >> 2010) >> BRANCH: style-speed >> >> Drop all tags from the osm file that are not used >> in the applied style. >> >> Whether this makes a big difference or not depends on the coun

Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-11 Thread WanMil
> > Version 1566 was commited by steve on 2010-02-08 12:33:09 + (Mon, 08 Feb > 2010) > BRANCH: style-speed > > Drop all tags from the osm file that are not used > in the applied style. > > Whether this makes a big difference or not depends on the country. > In the UK which is mostly manually t

Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-11 Thread Felix Hartmann
Seems to work well for me. On Austria I noticed about 5% compilation time decrease (seems that the dreaded plan.at import is more and more cleaned up...). Denmark drop of course being even bigger (around 35% time decrease) ___ mkgmap-dev mailing list mk

Re: [mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-08 Thread charlie
svn commit (s...@mkgmap.org.uk) wrote: > > Version 1566 was commited by steve on 2010-02-08 12:33:09 + > (Mon, 08 Feb 2010) > BRANCH: style-speed [SNIP] > Denmark is the worst in this respect and so will show the best > improvement with this patch. > See also: http://www.mkgmap.org.uk/pi

[mkgmap-dev] Commit: r1566: Drop all tags from the osm file that are not used

2010-02-08 Thread svn commit
Version 1566 was commited by steve on 2010-02-08 12:33:09 + (Mon, 08 Feb 2010) BRANCH: style-speed Drop all tags from the osm file that are not used in the applied style. Whether this makes a big difference or not depends on the country. In the UK which is mostly manually taged it doesn't