Re: [mkgmap-dev] default style and highway=services

2017-09-13 Thread Bernd Weigelt
Hi i found some highway=rest_area, they should be handles by this rule, too Bernd Am Dienstag, 5. September 2017, 14:35:27 CEST schrieb Gerd Petermann: > Hi all, > > I've just noticed that there is no special rule for this tag > https://wiki.openstreetmap.org/wiki/Tag:highway=services > in the

[mkgmap-dev] Rule not working consistently

2017-09-13 Thread Felix Hartmann
Anyone got any idea why the following rule is not working as expected? name:int!=* & ( name:en=* | int_name=* | name:fr=* | name_en=* | name_int=* | name:es=* | name:pt=* | name:de=* | name:it=* | name:nl=* | name:dk=* ) {set name:int='${name:en}' | name:int='${int_name}' | name:int='${name_int}'

Re: [mkgmap-dev] Rule not working consistently

2017-09-13 Thread Steve Ratcliffe
On 13/09/17 18:17, Felix Hartmann wrote: Anyone got any idea why the following rule is not working as expected? name:int!=* & ( name:en=* | int_name=* | name:fr=* | name_en=* | name_int=* | name:es=* | name:pt=* | name:de=* | name:it=* | name:nl=* | name:dk=* ) {set name:int='${name:en}' | nam

Re: [mkgmap-dev] mkgmap NPE

2017-09-13 Thread Carlos Dávila
Map compiles correctly now El 11/09/17 a las 19:41, Carlos Dávila escribió: Hi Gerd Thanks for the quick fix. I can't test it until tomorrow or after tomorrow. I will report then. El 11/09/17 a las 11:14, Gerd Petermann escribió: Hi Carlos, thanks for reporting, I think I found a work-arou

Re: [mkgmap-dev] Recent Garmin Firmware "cannot authenticate maps" when they are unicode

2017-09-13 Thread franco_bez
One last thought: maybe it's not a bug in mkgmap, and maybe there is no way to fix this on our side. But in any way there will be more and more people affected as the number of new Garmin devices increases. So we should issue a warning message when maps are built with the unicode option. Somethi

Re: [mkgmap-dev] Recent Garmin Firmware "cannot authenticate maps" when they are unicode

2017-09-13 Thread Felix Hartmann
this can go into documentation not the compile process itself I think. The warning should be for real warnings that happen because of bugs/problems. On 13 September 2017 at 21:57, franco_bez wrote: > One last thought: > > maybe it's not a bug in mkgmap, and maybe there is no way to fix this on >

Re: [mkgmap-dev] Rule not working consistently

2017-09-13 Thread Felix Hartmann
Oh thanks - I was really blind here. On 13 September 2017 at 19:31, Steve Ratcliffe wrote: > On 13/09/17 18:17, Felix Hartmann wrote: > >> Anyone got any idea why the following rule is not working as expected? >> >> name:int!=* & ( name:en=* | int_name=* | name:fr=* | name_en=* | >> name_int=* |

Re: [mkgmap-dev] Rule not working consistently

2017-09-13 Thread Felix Hartmann
I do wonder still why it worked sometimes even though syntax was wrong. On 14 September 2017 at 00:15, Felix Hartmann wrote: > Oh thanks - I was really blind here. > > On 13 September 2017 at 19:31, Steve Ratcliffe > wrote: > >> On 13/09/17 18:17, Felix Hartmann wrote: >> >>> Anyone got any ide

Re: [mkgmap-dev] Rule not working consistently

2017-09-13 Thread Felix Hartmann
ah of course it worked as long as name:en was present - but not for any other like int_name or so on. On 14 September 2017 at 00:16, Felix Hartmann wrote: > I do wonder still why it worked sometimes even though syntax was wrong. > > On 14 September 2017 at 00:15, Felix Hartmann > wrote: > >> Oh

Re: [mkgmap-dev] Recent Garmin Firmware "cannot authenticate maps" when they are unicode

2017-09-13 Thread Gerd Petermann
Hi all, The documentation and help already contains this --unicode This is equivalent to --code-page=65001. Note that some devices don't support unicode maps produced by mkgmap. I added the hint while working on the optimize-index branch, it is in the branch since r3968. Please s