forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
8ef7af613f
commit
00151afdea
114 changed files with 2857 additions and 2135 deletions
|
@ -61,7 +61,7 @@ export default class FilteringFeatureSource implements FeatureSource {
|
|||
|
||||
selectedElement?.addCallback(() => this.update())
|
||||
|
||||
zoomlevel?.mapD(z => Math.floor(z)).addCallback(() => this.update())
|
||||
zoomlevel?.mapD((z) => Math.floor(z)).addCallback(() => this.update())
|
||||
|
||||
this.update()
|
||||
}
|
||||
|
@ -76,7 +76,7 @@ export default class FilteringFeatureSource implements FeatureSource {
|
|||
const newFeatures = (features ?? []).filter((f) => {
|
||||
this.registerCallback(f.properties.id)
|
||||
|
||||
if(selectedElement === f.properties.id){
|
||||
if (selectedElement === f.properties.id) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue