Attempt to fix empty changes

This commit is contained in:
Pieter Vander Vennet 2021-07-26 16:51:57 +02:00
parent 4f2881269a
commit 1be8e6e1d1
3 changed files with 7 additions and 5 deletions

View file

@ -193,7 +193,7 @@ export default class ShowDataLayer {
leafletLayer.openPopup()
}
if(feature.id !== feature.properties.id){
console.log("Not opening the popup for", feature)
console.trace("Not opening the popup for", feature)
}
}