diff --git a/indexer/feature.cpp b/indexer/feature.cpp index 5e48ddfef4..8642d968ef 100644 --- a/indexer/feature.cpp +++ b/indexer/feature.cpp @@ -402,6 +402,10 @@ void FeatureType::ParseHeader2() void FeatureType::ResetGeometry() { + // Do not reset geometry for features created from MapObjects. + if (!m_loadInfo) + return; + m_points.clear(); m_triangles.clear();