forked from MapComplete/MapComplete
More refactoring: using a decent, configurable datapipeline now
This commit is contained in:
parent
6ac8ec84e4
commit
e42a668c4a
17 changed files with 434 additions and 265 deletions
5
Logic/FeatureSource/FeatureSource.ts
Normal file
5
Logic/FeatureSource/FeatureSource.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import {UIEventSource} from "../UIEventSource";
|
||||
|
||||
export default interface FeatureSource {
|
||||
features: UIEventSource<{feature: any, freshness: Date}[]>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue