forked from organicmaps/organicmaps
[indexer] allow circles for polygons
This commit is contained in:
parent
c17f0919b2
commit
f97623fe31
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue