fix cluster preview displayed photos

This commit is contained in:
Armand Ribault 2023-11-06 21:13:38 +01:00
parent 13a93b6627
commit e798448fb3
2 changed files with 3 additions and 3 deletions
frontend/src/page

View file

@ -220,6 +220,9 @@ export default {
this.routeName = this.$route.name;
this.search();
},
staticFilter() {
this.refresh();
}
},
created() {

View file

@ -349,9 +349,6 @@ export default {
});
},
selectClusterById: function (clusterId) {
if(this.showCluster) {
this.showCluster = false;
}
this.getClusterFeatures(clusterId, -1, (clusterFeatures) => {
let latNorth, lngEast, latSouth, lngWest;