fix cluster preview displayed photos
This commit is contained in:
parent
13a93b6627
commit
e798448fb3
2 changed files with 3 additions and 3 deletions
frontend/src/page
|
@ -220,6 +220,9 @@ export default {
|
|||
|
||||
this.routeName = this.$route.name;
|
||||
this.search();
|
||||
},
|
||||
staticFilter() {
|
||||
this.refresh();
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue