From f97623fe313cf1f54bd659a6e53ac2bc881ced8e Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Wed, 2 Oct 2013 19:44:29 +0300 Subject: [PATCH] [indexer] allow circles for polygons --- indexer/classificator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp index d3655405c2..01efd1174c 100644 --- a/indexer/classificator.cpp +++ b/indexer/classificator.cpp @@ -244,7 +244,7 @@ namespace static const int visible[3][drule::count_of_rules] = { { 0, 0, 1, 1, 1, 0, 0 }, // fpoint { 1, 0, 0, 0, 0, 1, 0 }, // fline - { 1, 1, 1, 1, 0, 0, 0 } // farea + { 1, 1, 1, 1, 1, 0, 0 } // farea }; if (visible[ft][i->m_type] == 1)