ngageoint / opensphere

OpenSphere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV import leaves preview features in memory

schmidtk opened this issue · comments

When the CSV import process is completed, preview features should be dropped from the parser. These are consuming unnecessary memory, up to 1000 features per layer.

We should fix this for CSV and any other parsers with a similar issue.