forked from MapComplete/MapComplete
Fix popup behaviour, version bump
This commit is contained in:
parent
7f8120d62e
commit
9b85382bc1
3 changed files with 8 additions and 2 deletions
|
@ -41,7 +41,6 @@ export default class PerLayerFeatureSourceSplitter {
|
|||
}
|
||||
|
||||
for (const f of features) {
|
||||
console.log("Classifying ", f.feature)
|
||||
for (const layer of layers.data) {
|
||||
if (layer.layerDef.source.osmTags.matchesProperties(f.feature.properties)) {
|
||||
// We have found our matching layer!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue