Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-03-01 23:04:10 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:50:53 +0300
commit07f5ac4f9ece2aabf5ff0842a0c301f9b2b181f4 (patch)
treee5153422ab9f56d25b5850856a21b8ee38ca2283 /indexer/osm_editor.hpp
parent7bdd5bc1eb81b628791baa7f9d74e3e82cf2610a (diff)
Create new feature in the editor core - draft.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index cf831635c5..42d0beff6e 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -113,6 +113,8 @@ public:
// Editor should silently ignore all types in config which are unknown to him.
NewFeatureCategories GetNewFeatureCategories() const;
+ bool CreatePoint(uint32_t type, m2::PointD const & mercator, MwmSet::MwmId const & id, EditableMapObject & outFeature);
+
struct Stats
{
/// <id, feature status string>