Re: [mkgmap-dev] How to remove an index from an existing map

2014-07-03 Thread Thorsten Kukuk
Hi, On Thu, Jul 03, Felix Hartmann wrote: > I'm not sure if there is an index for POI as well There is an index, and for example the GPSmap 60CSx is using that for POI search. While the GPSmap 62s is not using it, it looks like it generates the "index" on the fly from the tile data. Thorsten

Re: [mkgmap-dev] Fw: Re: Curvy routing support: new function?

2014-07-03 Thread Manfred Brenneisen
Hi Felix, as far as I understand the Garmin algo, these penalties only take effect if you turn from one street into another (sharp edge > some deg, Garmin says "turn"). For straightly connected roads or road pieces, this does not appear (AFAIK) In my bicycle maps, therefore I use only road_spee

Re: [mkgmap-dev] Sub Descriptions in gmapsupps

2014-07-03 Thread nwillink
Hi Andrzej Thanks for that. I've not been able to add to or alter the MPS section as I haven't yet located the pointers to its offset and size unless they are calculated from the other subfile blocks In your great Gmaptool you give the length of the mps block which often seems longer than what

Re: [mkgmap-dev] How to remove an index from an existing map

2014-07-03 Thread Andrzej Popowski
Hi, Bernhard wrote: > thanks for your hints. Unfortunately, it did not work. I'm quite sure this is the way to remove search index from a map. Maybe I misunderstood your problem? Felix wrote: > I'm not sure if there is an index for POI as well There is index for selected POIs. I think outdoo

Re: [mkgmap-dev] Sub Descriptions in gmapsupps

2014-07-03 Thread Andrzej Popowski
Hi Nick, MPS record 0x46 ('F') contains family name and FID/PID values. Record 0x50 ('P') contains FID/PID values and some flags. 'P' could mean "Product". Since Mapsource an MapInstall add both records I would do the same, but maybe 'P' is not obligatory. Or it is some depreciated form? Th

Re: [mkgmap-dev] Curvy routing support: new function?

2014-07-03 Thread WanMil
I forgot to clean before build... Here is the new version: http://files.mkgmap.org.uk/detail/216 Hi WanMil, you are very fast, thank you very much for this! However I'm facing some expectations, log: java.lang.NoSuchMethodError: uk.me.parabola.mkgmap.reader.osm.Way.deleteTag(Ljav a/lang/String;

[mkgmap-dev] Splitter

2014-07-03 Thread Lambertus
There is a ~20MB o5m file that needs to be split. But Splitter returns: "Cannot find a good split with exactly 2 areas" I hope a (the) dev can have a look at this? Thanks! The tile is here: http://osm.pleiades.uni-wuppertal.de/garmin/20140703/63240007.o5m See for more info and a l

Re: [mkgmap-dev] Fw: Re: Curvy routing support: new function?

2014-07-03 Thread Felix Hartmann
Oh - actually there is one thing that could be done - but I'm not sure if it is possible and even if might lead to big fuckups.. That is - display the road as is, but manipulate the counters so it appears shorter on calculations. Maybe this is possible. I mean there must be a way to make it lo

Re: [mkgmap-dev] How to remove an index from an existing map

2014-07-03 Thread Felix Hartmann
You should have phrased your question better... --index is only about address search. POI search is independent of address search. I'm not sure if there is an index for POI as well - but what you could do is use 0x0 codes that are not searchable. Actually most 0x* codes are not appearing

Re: [mkgmap-dev] Fw: Re: Curvy routing support: new function?

2014-07-03 Thread Felix Hartmann
You are missing a big big point here! The higher you put the speed, the bigger the time penalties for sharp turns. So the only thing reasonable to do is ramp up the road_class, and keep or back down the road-speed.. But best give it some tries yourself by creating a sample map where you incre

[mkgmap-dev] Fw: Re: Curvy routing support: new function?

2014-07-03 Thread Manfred Brenneisen
Hi all, > Gesendet: Mittwoch, 02. Juli 2014 um 08:46 Uhr > Von: "Felix Hartmann" > An: mkgmap-dev@lists.mkgmap.org.uk > Betreff: Re: [mkgmap-dev] Curvy routing support: new function? > > Well I have thought about this too - also new Basecamp has a curvy roads > preference - but what should mkgma

Re: [mkgmap-dev] How to remove an index from an existing map

2014-07-03 Thread Bernhard Hiller
Czesc Andrzej, thanks for your hints. Unfortunately, it did not work. Next, I downloaded a fresh extract from Geofabrik and created a fresh map without an index. I verified that the maps which come with the device do not have POIs (well, there are some: all of them are military or civil airpo

[mkgmap-dev] Sub Descriptions in gmapsupps

2014-07-03 Thread nwillink
Hi On my Oregon 600 Garmin maps show a title and a subtitle in the 'configure maps' setup ie Digital Globe (title) Demo JNX (subtitle) So far I've not been able to create 'sub descriptions' using any of the available commands However, interestingly , I recently discovered that using Mapinst

Re: [mkgmap-dev] building catch all

2014-07-03 Thread Minko
In the polygons file, I would suggest to change these lines: - (building=* | amenity=*) & area!=no [0x13 resolution 24] - tourism=* & area!=no & waterway!=* [0x13 resolution 24] + (building=* | amenity=*) & area!=no & amenity!=grave_yard [0x13 resolution 24] + tourism=* & area!=no & waterway!=*

Re: [mkgmap-dev] Address boundary rules for South Africa

2014-07-03 Thread Ben Konrath
On Tue, Jul 1, 2014 at 6:44 PM, Steve Ratcliffe wrote: > On 01/07/14 17:11, Ben Konrath wrote: > >> Just wondering if somebody can commit this so that other people can >> benefit from having the address search setup correctly in South Africa. >> > > OK done. Thanks for the patch. > Thanks. I jus