forked from MapComplete/MapComplete
Refactoring: fix filters, remove obsolete code
This commit is contained in:
parent
0241f89d3d
commit
97aaa8e941
9 changed files with 122 additions and 302 deletions
|
@ -18,6 +18,11 @@ import StaticFeatureSource from "./StaticFeatureSource"
|
|||
* Note that special layers (with `source=null` will be ignored)
|
||||
*/
|
||||
export default class LayoutSource extends FeatureSourceMerger {
|
||||
/**
|
||||
* Indicates if a data source is loading something
|
||||
* TODO fixme
|
||||
*/
|
||||
public readonly isLoading: Store<boolean> = new ImmutableStore(false)
|
||||
constructor(
|
||||
layers: LayerConfig[],
|
||||
featureSwitches: FeatureSwitchState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue