forked from organicmaps/organicmaps-tmp
[editor] Fixed street upload.
This commit is contained in:
parent
524fa897c8
commit
72030ba643
1 changed files with 2 additions and 0 deletions
|
@ -747,6 +747,8 @@ void Editor::UploadChanges(string const & key, string const & secret, TChangeset
|
|||
if (feature.GetType() != XMLFeature::Type::Node)
|
||||
continue;
|
||||
|
||||
if (!fti.m_street.empty())
|
||||
feature.SetTagValue(kAddrStreetTag, fti.m_street);
|
||||
try
|
||||
{
|
||||
XMLFeature osmFeature = GetMatchingFeatureFromOSM(changeset,
|
||||
|
|
Loading…
Add table
Reference in a new issue