forked from MapComplete/MapComplete
UX: make margins in note comment element smaller, add image preview option
This commit is contained in:
parent
15856d7047
commit
be1e1673d9
3 changed files with 56 additions and 41 deletions
|
|
@ -99,7 +99,6 @@ export default class LayerState {
|
|||
continue
|
||||
}
|
||||
const filter = fl.layerDef.filters.find(f => f.id === filtername)
|
||||
console.log("Updating active filters for flayer", fl.layerDef.id,"with filterconfig",filter)
|
||||
if(typeof appliedFilter.data === "number"){
|
||||
if(filter.options[appliedFilter.data].osmTags === undefined){
|
||||
// This is probably the first, generic option which doesn't _actually_ filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue