Just to give an example: https://www.openstreetmap.org/relation/162876 name=Stadtlohn
My understanding is that we should show the full name, not "lohn" (or LOHN) in the address search. The current rules show the name Stadtlohn on the boundary but address search uses "lohn" as city name. So, I think the german rules should be like those for Austria. If I here no complains I'll change it like that on saturday. Gerd ________________________________________ Von: mkgmap-dev <[email protected]> im Auftrag von Gerd Petermann <[email protected]> Gesendet: Montag, 30. Juli 2018 08:39:35 An: [email protected] Betreff: [mkgmap-dev] address rules Hi all, I wonder why we have a small difference between german and austrian rules like this: mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde |subst:Stadt}' } mkgmap:country=AUT & mkgmap:city!=* & mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde |subst:Stadt }' } In the rules for AUT both subst clauses end with a blank, in the rules for DEU there is no blank after "Stadt". Is this intended? Gerd _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
