forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
c8bd412476
49 changed files with 1342 additions and 977 deletions
|
@ -94,16 +94,9 @@ export default class FilteringFeatureSource implements FeatureSource {
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
return true;
|
||||
});
|
||||
console.log(
|
||||
"Filtering layer source: input: ",
|
||||
upstream.features.data?.length,
|
||||
"output:",
|
||||
newFeatures.length
|
||||
);
|
||||
|
||||
self.features.setData(newFeatures);
|
||||
if (missingLayers.size > 0) {
|
||||
console.error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue