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:
authorvng <viktor.govako@gmail.com>2011-09-06 20:29:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:13 +0300
commitaaaf1eac99193fc6ce187cf78d136814c99b26c6 (patch)
tree0ab822fd75a6184a89aaa9c387edd81db53d5898 /indexer/index.hpp
parent32bb0f3d11e08ad9bfc52b60aa85ba872cee12ed (diff)
Add simplification routine with specified 'Distance' policy object.
Use special simplification (don't remove bound points) in coasts generation algorithm.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 236d18c164..e8c7fa77c6 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -146,11 +146,11 @@ public:
UpdateIndexes();
- if (m_indexes.back()->IsWorldData())
- {
- ASSERT ( !m_pWorldSearchInfo.get(), () );
- m_pWorldSearchInfo.reset(m_indexes.back()->GetSearchInfo());
- }
+ //if (m_indexes.back()->IsWorldData())
+ //{
+ // ASSERT ( !m_pWorldSearchInfo.get(), () );
+ // m_pWorldSearchInfo.reset(m_indexes.back()->GetSearchInfo());
+ //}
}
void Remove(string const & file)