Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-24 Thread Felix Hartmann
could either the mkgmap:streetname or the @{ } be introduced? For me either solution would be fine... The current solution stripping inside brackets () is not very usable... Felix On 11.07.2013 07:22, Thorsten Kukuk wrote: On Wed, Jul 10, WanMil wrote: Please feel free to make a proposal! I

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-17 Thread Andrzej Popowski
Hi, how do you turn on this feature? I can't find any house numbers for streets on my maps. In HousenubmersGenerator.java there is condition like: numbersEnabled=props.containsKey(housenumbers); But housenumbers is not a valid mkgmap option. Am I missing something? -- Best regards,

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-10 Thread WanMil
Please feel free to make a proposal! Could there be an additional way of doing this - that is not visible in output, by adding some special characters? My problem is - in my style I add quite a lot of stuff to the name, and that is via multiple commands (route names, refs, difficulty, and so

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-10 Thread Felix Hartmann
well I dunno which characters are free. We already use all important ones. Maybe a combination like: @{ ...} instead or in addition to (). Because all brackets are already in use. So best a special symbol followed by a bracket IMHO (if noone has a better idea). On 10.07.2013 20:09, WanMil wrote:

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-10 Thread Henning Scholland
Hi WanMil, take care, this proposal might be to big ;) Maybe it would be better first solve the part with name-handling and then continue with housenumber-matching. For example: migrate name and ref handling in style-file and use only mkgmap:name and mkgmap:ref for name and ref-fields. Then

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-10 Thread Thorsten Kukuk
On Wed, Jul 10, WanMil wrote: Please feel free to make a proposal! I would introduce a mkgmap:streetname or something similar. Then you can use one variable in your style to set the correct streetname, and the name to set what should be displayed, and adjust both in your style file. Thorsten

Re: [mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-07-09 Thread Felix Hartmann
Could there be an additional way of doing this - that is not visible in output, by adding some special characters? My problem is - in my style I add quite a lot of stuff to the name, and that is via multiple commands (route names, refs, difficulty, and so on). If I use brackets - that will end

[mkgmap-dev] Commit: r2654: Improve matching of street names for housenumber assignment

2013-06-30 Thread svn commit
Version 2654 was committed by wanmil on Sun, 30 Jun 2013 Improve matching of street names for housenumber assignment The housenumber handling uses the style sheet generated name of streets and matches that to the addr:street tag of housenumbers. The style sheet name is now stripped by the