Slicing object and rasterization generates output zip. Needs testing.

This commit is contained in:
tamasmeszaros 2018-11-13 17:33:03 +01:00
parent 95419370e1
commit ffe6862626
5 changed files with 321 additions and 149 deletions

View file

@ -57,7 +57,7 @@ void SpatIndex::insert(const SpatElement &el)
bool SpatIndex::remove(const SpatElement& el)
{
return m_impl->m_store.remove(el);
return m_impl->m_store.remove(el) == 1;
}
std::vector<SpatElement>