forked from organicmaps/organicmaps
Fix dummy error.
This commit is contained in:
parent
43f4a7e776
commit
2d8dce04fd
1 changed files with 2 additions and 1 deletions
|
@ -314,9 +314,10 @@ public:
|
|||
{
|
||||
if (m_coasts)
|
||||
{
|
||||
CHECK ( fb.GetGeomType() != feature::GEOM_POINT, () );
|
||||
if (fb.HasType(m_coastType))
|
||||
{
|
||||
CHECK ( fb.GetGeomType() != feature::GEOM_POINT, () );
|
||||
|
||||
// leave only coastline type
|
||||
fb.SetType(m_coastType);
|
||||
(*m_coasts)(fb);
|
||||
|
|
Loading…
Add table
Reference in a new issue