Add alternative address tags to editor

Signed-off-by: map per <map-per@gmx.de>
This commit is contained in:
map per
2025-06-13 18:29:43 +02:00
parent 16dd652039
commit 73c6712476

View File

@@ -633,7 +633,10 @@ void XMLFeature::UpdateOSMTag(std::string_view key, std::string_view value)
{"phone", "contact:phone", "contact:mobile", "mobile"},
{"website", "contact:website", "url"},
{"fax", "contact:fax"},
{"email", "contact:email"}
{"email", "contact:email"},
{"addr:housenumber", "contact:housenumber"},
{"addr:street", "contact:street"},
{"addr:postcode", "contact:postcode"}
};
// Avoid duplication for similar alternative osm tags.