mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
Add alternative address tags to editor
Signed-off-by: map per <map-per@gmx.de>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user