Re: [mkgmap-dev] [PATCH v1] Further reduction of the builtin-tag-list

2011-10-20 Thread Marko Mäkelä
On Wed, Oct 19, 2011 at 11:01:53PM +0200, Felix Hartmann wrote: I don't get the treatment... I'm currently using ignore-maxspeed option but I reference maxspeed in my style-file. Need no hard set maxspeed, but I'm happy with maxspeed for classifying wether a street is rural or urban... As far

Re: [mkgmap-dev] [PATCH v1] Further reduction of the builtin-tag-list

2011-10-20 Thread Henning Scholland
Hi WanMil, could you explain, what mkgmap do with maxspeed-tagg? I haven't care about this and removed maxspeed from all ways in my style-file. Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] [PATCH v1] Further reduction of the builtin-tag-list

2011-10-20 Thread Charlie Ferrero
If there are maxspeed tags they are used to set the road speed, overriding the default values (that are defined by the highway class and the style rules) On 20 Oct 2011, at 15:51, Henning Scholland o...@aighes.de wrote: Hi WanMil, could you explain, what mkgmap do with maxspeed-tagg? I

[mkgmap-dev] possible bug? mkgmap freezes with lines only routing style

2011-10-20 Thread michael lohr
i'm trying to create a lines-only routable map. from a certain amount of lines in the style mkgmap starts turning out 2 empty img files (empty means 0 bytes, not empty maps), then memory usage freezes pretty much, cpu usage oscillates wildly and nothing more happens. this problem is tied to

Re: [mkgmap-dev] [PATCH v1] Further reduction of the builtin-tag-list

2011-10-20 Thread WanMil
On Wed, Oct 19, 2011 at 11:01:53PM +0200, Felix Hartmann wrote: I don't get the treatment... I'm currently using ignore-maxspeed option but I reference maxspeed in my style-file. Need no hard set maxspeed, but I'm happy with maxspeed for classifying wether a street is rural or urban... As

Re: [mkgmap-dev] possible bug? mkgmap freezes with lines only routing style

2011-10-20 Thread WanMil
i'm trying to create a lines-only routable map. from a certain amount of lines in the style mkgmap starts turning out 2 empty img files (empty means 0 bytes, not empty maps), then memory usage freezes pretty much, cpu usage oscillates wildly and nothing more happens. this problem is tied to

[mkgmap-dev] Defer relations does not work with PBF

2011-10-20 Thread WanMil
Marko, you have commited the defer relation lookup feature (r1466). It is not implemented for the PBF loader. Do you still use this feature? Can you give an example where this feature is useful? I have the feeling that it might not be used because otherwise someone should have complained that

Re: [mkgmap-dev] possible bug? mkgmap freezes with lines only routing style

2011-10-20 Thread michael lohr
here: www.geocaching-dresden.de/mkgmap/style.zip i found a workaround just now: the style contains a file called lines workaround, which does the naming of the roads in a separate step - no freezing. micha Am 20.10.2011 17:58, schrieb WanMil: i'm trying to create a lines-only routable

[mkgmap-dev] Patch to reduce memory usage by interning strings.

2011-10-20 Thread Kristen Eisenberg
On 31/03/10 14:56, Scott A Crosby wrote: I noticed that mkgmap does not intern any strings. In particular, this This is true. There is a pending patch that deals with excessive memory use in a slightly different way which is on the style-speed branch, with a pre-built one available at the

Re: [mkgmap-dev] possible bug? mkgmap freezes with lines only routing style

2011-10-20 Thread WanMil
I can confirm that behaviour. Although in real mkgmap does not freeze (endless loop) but is working very very hard. Possibly the mkgmap code is not very optimal for the special test case. @Steve, the code requires a very long time in the NETFile.simplifySortedRoads method because I think there

Re: [mkgmap-dev] possible bug? mkgmap freezes with lines only routing style

2011-10-20 Thread Steve Ratcliffe
On 20/10/11 21:36, WanMil wrote: I can confirm that behaviour. Although in real mkgmap does not freeze (endless loop) but is working very very hard. Possibly the mkgmap code is not very optimal for the special test case. @Steve, the code requires a very long time in the

Re: [mkgmap-dev] Patch to reduce memory usage by interning strings.

2011-10-20 Thread Steve Ratcliffe
On 20/10/11 19:57, Kristen Eisenberg wrote: On 31/03/10 14:56, Scott A Crosby wrote: I noticed that mkgmap does not intern any strings. In particular, this This is true. There is a pending patch that deals with excessive memory use in a slightly different way which is on the style-speed