From 72030ba6438767341abcee94e546cd10d524117d Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 29 Jan 2016 19:44:29 +0300 Subject: [PATCH] [editor] Fixed street upload. --- indexer/osm_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp index f368a13181..a34f3c5002 100644 --- a/indexer/osm_editor.cpp +++ b/indexer/osm_editor.cpp @@ -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,