Fix dummy error.

This commit is contained in:
vng 2012-09-19 17:10:41 +03:00 committed by Alex Zolotarev
parent 43f4a7e776
commit 2d8dce04fd

View file

@ -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);