forked from MapComplete/MapComplete
Merge branch 'master' into feature/units
This commit is contained in:
commit
89f6f606c8
19 changed files with 121 additions and 55 deletions
|
@ -1,12 +0,0 @@
|
|||
import FeatureSource from "./FeatureSource";
|
||||
import {UIEventSource} from "../UIEventSource";
|
||||
|
||||
export default class DummyFeatureSource implements FeatureSource{
|
||||
public readonly features: UIEventSource<{ feature: any; freshness: Date }[]>;
|
||||
public readonly name: string = "Dummy (static) feature source";
|
||||
|
||||
constructor(features: UIEventSource<{ feature: any; freshness: Date }[]>) {
|
||||
this.features = features;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue