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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-10-02 20:44:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:03:07 +0300
commitf97623fe313cf1f54bd659a6e53ac2bc881ced8e (patch)
tree174b05f447ca514e0992e87ff9c99bfe1c4d2ee9 /indexer/classificator.cpp
parentc17f0919b278b503a49efd79f1602187a4e5f93c (diff)
[indexer] allow circles for polygons
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp2
1 files changed, 1 insertions, 1 deletions
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)