Re: [mkgmap-dev] Commit r4251: Check size of TYP polygon bitmap

2018-11-12 Thread Steve Sgalowski
Nick I will re.do the latest commit check with nuvi 1450 ? Stephen On Tue, 13 Nov. 2018, 8:40 am osm@pinns @Steve > > The same needs to be done for 'width' of lines with bitmaps. > > At the moment it accepts 16 and perhaps values other than 32. > > Best regards > > Nick > > > On 12/11/2018

Re: [mkgmap-dev] Commit r4251: Check size of TYP polygon bitmap

2018-11-12 Thread osm@pinns
@Steve The same needs to be done for 'width' of  lines with bitmaps. At the moment it accepts 16  and perhaps values other than 32. Best regards Nick On 12/11/2018 21:47, svn commit wrote: Version mkgmap-r4251 was committed by steve on Mon, 12 Nov 2018 Check size of TYP polygon bitmap

[mkgmap-dev] Commit r4251: Check size of TYP polygon bitmap

2018-11-12 Thread svn commit
Version mkgmap-r4251 was committed by steve on Mon, 12 Nov 2018 Check size of TYP polygon bitmap They can only be 32x32 so fail if a different size. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4251 ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Missing addr:place addresses

2018-11-12 Thread Lorenzo Mastrogiacomi
Definitely better, Gerd. Thanks. It still doesn't find Contrada Spirito Santo number 8. Log says: duplicate housenumber Strada Provinciale Potentina 8 is ignored for road with id 641347392 ,house: http://www.openstreetmap.org/node/5993083297 There is another number 8 on the same road but

Re: [mkgmap-dev] supershort ways - creating routing problems on some devices

2018-11-12 Thread Gerd Petermann
Hi Felix, I fear I don't understand. Do you want that this combination of steps and footways is somehow made more attractive for cyclists? Gerd Von: mkgmap-dev im Auftrag von Felix Hartmann Gesendet: Montag, 12. November 2018 19:01 An: Development

[mkgmap-dev] supershort ways - creating routing problems on some devices

2018-11-12 Thread Felix Hartmann
Hi Everyone, with my style https://www.openstreetmap.org/way/111528845 this micromapping of steps is creating problems for autorouting. It would be great if there would be a way to force join ways below XX meters to the next longer way (or other way around). Basically here someone mapped ways

Re: [mkgmap-dev] default style improvements

2018-11-12 Thread Gerd Petermann
Hi Ticker, OK, got your point. If no one complains I'll commit that patch on thursday. Gerd Von: mkgmap-dev im Auftrag von Ticker Berkin Gesendet: Montag, 12. November 2018 16:19 An: mkgmap development Betreff: Re: [mkgmap-dev] default style

Re: [mkgmap-dev] default style improvements

2018-11-12 Thread Ticker Berkin
Hi Gerd I thought of doing it as you suggest but then it's wrong when there is a [type ...] part, which I also want indented, ie some condition { action1; action2; ... } [0x01 resolution 20] not that I can find any examples. And I feel that its clearer that all parts of a

Re: [mkgmap-dev] default style improvements

2018-11-12 Thread Gerd Petermann
Hi Ticker, reg. the curly brackets in the barrier section I must say that i don't like the old style as well as your new one ;-) I would put the closing bracket without indention: barrier=bollard | barrier=cycle_barrier { add mkgmap:bicycle=yes; add mkgmap:foot=yes; addaccess no;

[mkgmap-dev] default style improvements

2018-11-12 Thread Ticker Berkin
Hi I'd like to make quite a few changes and improvements to the default style. Some of these should be non-contentious: The first change I propose is to make the layout consistent and clearer and I've attached a patch to do this for the points/lines/polygons files. The only change here is

Re: [mkgmap-dev] Missing addr:place addresses

2018-11-12 Thread Gerd Petermann
Hi Lorenzo, thanks again for reporting, it turned out that there was a bug in the code which creates the global search index. This was fixed with r4249: http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4249 @all: Expect a growth in the index (*mdr) and better results in address and

[mkgmap-dev] Commit r4249: correct address search index

2018-11-12 Thread svn commit
Version mkgmap-r4249 was committed by gerd on Mon, 12 Nov 2018 correct address search index Roads with an empty first label where not added to the global index. The --housenumber option may add roads where first label is empty (so that the map doesn't display it) but further labels have names

[mkgmap-dev] Add a POI to the start of a relation (route:mtb)

2018-11-12 Thread andreas . schmidt . hetschbach
Hi all, I would like to add something like a start-flag to mtb-routes containing all the Information of this relation available in OSM (like ascent, descent, distance). I tried addpoi2lines and restrict this to a special member of the relation (like role=start). This works, but the nodes