diff --git a/indexer/scale_index_builder.hpp b/indexer/scale_index_builder.hpp index e9bec0de24..24a48874d8 100644 --- a/indexer/scale_index_builder.hpp +++ b/indexer/scale_index_builder.hpp @@ -176,6 +176,9 @@ inline void IndexScales(uint32_t bucketsCount, recordWriter.FinishRecord(); } - CHECK(skipped.empty(), ()); + /// @todo Now we can't check this condition here. + /// We have stored features that are invisible even on the last zoom for now (coastlines). + //CHECK(skipped.empty(), ()); + LOG(LINFO, ("All scale indexes done.")); }