[mkgmap-dev] Commit r3977: nsi_template.patch: Fix template to allow blanks in option --overview-map

2017-07-31 Thread svn commit
Version mkgmap-r3977 was committed by gerd on Tue, 01 Aug 2017 nsi_template.patch: Fix template to allow blanks in option --overview-map Without the patch the option --overview-mapname="Topo Devon 2017" results in an error message like macro "MUI_Page_Licence" requires 1 parameter(s) passed 3

Re: [mkgmap-dev] style file reader error

2017-07-31 Thread Steve Ratcliffe
Hi Mike name~'(?i)ferry terminal' & !(highway=bus_stop) {echotags 'Trigger 3'} - this works fine !(highway=bus_stop) & name~'(?i)ferry terminal' {echotags 'Trigger 4'} - this fails with an error "Invalid rule Expression" (without explaining what the error was) Is it possible to fix this one a

Re: [mkgmap-dev] style file reader error

2017-07-31 Thread Mike Baggaley
HI Steve, the patch fixes the problem I gave. However, I also found an allied problem that it doesn't fix (I had inadvertently posted this one just to Gerd rather than the list). Rewriting the rules to use the not operator and equals rather than not equals: name~'(?i)ferry terminal' & !(highway

Re: [mkgmap-dev] Find Address - No cities

2017-07-31 Thread Gerd Petermann
Hi Tcker, yes, good enough. I also thought about this alternative. Gerd Von: mkgmap-dev im Auftrag von Ticker Berkin Gesendet: Montag, 31. Juli 2017 13:09:49 An: mkgmap-dev@lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev] Find Address - No cities Hi Ger

Re: [mkgmap-dev] Strange long distance routes on Nüvi

2017-07-31 Thread Andrzej Popowski
Hi Gerd, mkgmap:fast_road is OK. I was looking for shorter synonym of important_road, "fast" fits well enough. I have no experience with bicycle routing. Maybe someone else could comment. I prefer to put min_roundabout explicitly, since I don't use mop up rule for my car maps. I guess type 0

Re: [mkgmap-dev] Find Address - No cities

2017-07-31 Thread Ticker Berkin
Hi Gerd I started fixing all the places where there is an assumption about the number of cities (and zips) being < 65535 and I'm only part way through my list of suspect files and have make a lot of changes so far. I'm thinking it is not worth while because: The overall MDR size jumps because al

Re: [mkgmap-dev] NSI error

2017-07-31 Thread nwillink
Hi Gerd Many thanks Great it works ! r Nick -- View this message in context: http://gis.19327.n8.nabble.com/NSI-error-tp5900070p5900083.html Sent from the Mkgmap Development mailing list archive at Nabble.com. ___ mkgmap-dev mailing list mkgmap-de

Re: [mkgmap-dev] NSI error

2017-07-31 Thread Gerd Petermann
Hi Nick, the patch simply changes one line from !insertmacro MUI_PAGE_LICENSE ${MAPNAME}_license.txt to !insertmacro MUI_PAGE_LICENSE "${MAPNAME}_license.txt" Gerd Von: mkgmap-dev im Auftrag von nwillink Gesendet: Montag, 31. Juli 2017 10:43:28 An: mkgm

Re: [mkgmap-dev] NSI error

2017-07-31 Thread nwillink
Thanks Gerd Yes, I used --overview-mapname="Topo Devon 2017". I'm afraid I'm no good with patches but will check it out later. r Nick -- View this message in context: http://gis.19327.n8.nabble.com/NSI-error-tp5900070p5900075.html Sent from the Mkgmap Development mailing list archive at Nab

Re: [mkgmap-dev] NSI error

2017-07-31 Thread Gerd Petermann
Hi Nick, if I got that right you used option --overview-mapname="Topo Devon 2017" to produce the problem. The attached patch seems to fix the problem. Gerd Von: mkgmap-dev im Auftrag von nwillink Gesendet: Montag, 31. Juli 2017 09:48:48 An: mkgmap-dev@

[mkgmap-dev] NSI error

2017-07-31 Thread nwillink
Am using nsi script generated by mkgmap and have noticed that it doesn't seem to like spaces in a mapname ie !define MAPNAME "Topo Devon 2017" the error in red when running the script : macro "MUI_Page_Licence" requires 1 parameter(s) passed 3 Presumably it refers to the 3 words separated

Re: [mkgmap-dev] Commit r3976: ShapeSplitFix by Ticker Berkin

2017-07-31 Thread UliBaer
Thank you, i'll check later this day! -- View this message in context: http://gis.19327.n8.nabble.com/Commit-r3976-ShapeSplitFix-by-Ticker-Berkin-tp5899976p5900069.html Sent from the Mkgmap Development mailing list archive at Nabble.com. ___ mkgmap-de

Re: [mkgmap-dev] Strange long distance routes on Nüvi

2017-07-31 Thread Gerd Petermann
Hi Andrzej, I looked at your patch and it seems reasonable to me but as a cyclist I'd prefer to use a different tag instead of mkgmap:good_road, maybe mkgmap:fast_road? Do you know how this patch influences bicycle routing? The special handling of highway=mini_roundabout is somewhat problematic