forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
|
@ -73,7 +73,11 @@ export class WithSelectedElementState extends UserMapFeatureswitchState {
|
|||
}
|
||||
const layer = this.theme.getMatchingLayer(feature?.properties)
|
||||
if (layer?.title === undefined) {
|
||||
console.log("Not selecting feature", feature, ": no title (or no matching layer) found, unselectable element")
|
||||
console.log(
|
||||
"Not selecting feature",
|
||||
feature,
|
||||
": no title (or no matching layer) found, unselectable element"
|
||||
)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue