From 73c6712476b25a47eaa64ad04e7e644451d443c5 Mon Sep 17 00:00:00 2001 From: map per Date: Fri, 13 Jun 2025 18:29:43 +0200 Subject: [PATCH] Add alternative address tags to editor Signed-off-by: map per --- editor/xml_feature.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editor/xml_feature.cpp b/editor/xml_feature.cpp index 718c2c216..c7ca2606d 100644 --- a/editor/xml_feature.cpp +++ b/editor/xml_feature.cpp @@ -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.