logo separator

[mkgmap-dev] startin' out: house numbers

From Gerd Petermann GPetermann_muenchen at hotmail.com on Fri Apr 15 06:59:15 BST 2016

Ah, ok, got you wrong.
In case that you still need help:
I added the following lines to the file points in the default style to test
the housenumber search:
...
addr:housenumber=* {set mkgmap:execute_finalize_rules=true} 

addr:housenumber=* & addr:street=* { name '${addr:housenumber}' }    [0x3200 resolution 24]
addr:housenumber=* & addr:street!=* & addr:place=* { name 'pl-${addr:housenumber}' }    [0x3200 resolution 24]
 ...

My rule creates a different name for those numbers that have addr:place instead of addr:street.
I guess you just need this one line:
addr:housenumber=* { name '${addr:housenumber}' }    [0x3200 resolution 24]

Make sure that you use option --add-pois-to-areas so that mkgmap
creates a node for each closed OSM way.

Gerd

________________________________________
Von: mkgmap-dev <mkgmap-dev-bounces at lists.mkgmap.org.uk> im Auftrag von altis2011 <altis2011 at virginmedia.com>
Gesendet: Donnerstag, 14. April 2016 21:42
An: mkgmap-dev at lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] startin' out: house numbers

Thanks for that Gerd but (at the moment) I'm not interested in searching for addresses. All I want is to be able to see a map with
house numbers on.

_______________________________________________
mkgmap-dev mailing list
mkgmap-dev at lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


More information about the mkgmap-dev mailing list