From 8cbeae36e6cd16c66c05a8f41c0ee7782a968564 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 27 Jan 2016 13:35:13 +0300 Subject: [PATCH] [editor] Improved todo. --- indexer/osm_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp index 94833f7e7c..82f098ab7b 100644 --- a/indexer/osm_editor.cpp +++ b/indexer/osm_editor.cpp @@ -214,7 +214,7 @@ uint32_t MigrateFeatureIndex(XMLFeature const & /*xml*/) // @TODO(mgsergio): Update feature's index when user has downloaded fresh MWM file and old indices point to other features. // Possible implementation: use function to load features in rect (center feature's point) and somehow compare/choose from them. // Probably we need to store more data about features in xml, e.g. types, may be other data, to match them correctly. - MYTHROW(RootException, ("TODO(mgsergio, AlexZ): Implement correct feature migrate code.")); + MYTHROW(RootException, ("TODO(mgsergio, AlexZ): Implement correct feature migrate code. Delete data/edits.xml to continue.")); return 0; }