<html><head><style>body {     
          font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
          font-size: 10pt;
          color: #333;  
          background-color: #fff;
          margin: 5px; 
          }
          
          </style></head><body>
          <!--[if mso]>
<style type="text/css">
body, table, td {font-family: Arial, Helvetica, sans-serif !important; font-size: 10pt;}
</style>
<![endif]-->
Hello Gerd,<br />
<br />
I am not sure what to do with the hack from the attachment. Can you help me here. <br />
<br />
I would like to make the problem even clearer. I hope you can see the pictures. In the first picture you can see the address with addr:street. Everything is displayed correctly here.<br />
<br />
The second picture shows addr:place. The window here is weird. The name of the village is missing here. It is unusual that only the house number is displayed.<br />
<br />
I have tried the following settings with no success:<br />
<br />
mkgmap:street!=* & addr:place=* { set mkgmap:street='${addr:place}' } <br />
-> With this the search function will be destroyed. This seems to confuse the software.<br />
<br />
mkgmap:place!=* & addr:place=* { set mkgmap:place='${addr:place}' }<br />
-> This also has no function because mkgmap:place does not seem to be used.<br />
<br />
# mkgmap:street!=* & addr:street=* { set mkgmap:street='${addr:street}' }<br />
# mkgmap:street!=* & addr:housename=* { set mkgmap:street='${addr:housename}' }<br />
# mkgmap:housenumber!=* & addr:housenumber=* { set mkgmap:housenumber='${addr:housenumber}' }<br />
-> Everything is commented out here. But I get the same results as shown in the pictures. It seems as if the evaluation for addr:street and addr:place are hardcoded.<br />
<br />
Do you maybe have a solution for this? Thank you!<br />
<br />
Best regards<br />
Michael<br />
 </body></html>