Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure DataLayer._dataloaded is set only once all data is imported
When DataLayer._dataloaded is set, DataLayer.addLayer will send 'datachanged' event (for once for each feature). When the data browser panel is open, the browser is listening to 'datachanged' to rebuild itself. Not sure this is the real final fix, but that may need more refactoring, so I think this approach is already a better situation than the current. fix #1457
- Loading branch information