diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue index 4d0bd97..ba718f1 100644 --- a/src/views/DiscoverView.vue +++ b/src/views/DiscoverView.vue @@ -44,6 +44,7 @@ isMappedActive = false; isRemoteActive = false; isSearchVisible = true; + tempSearchBox = null; searchLocal(); " v-bind:class="computedLocalTabStyleClassNames()" @@ -59,7 +60,6 @@ --> -
  • -
    +
    { + this.tempSearchBox = { + minLat: tile.minFoundLat, + maxLat: tile.maxFoundLat, + westLong: tile.minFoundLon, + eastLong: tile.maxFoundLon, + }; + this.searchLocal(); + }); this.markers[ "" + tile.indexLat + "X" + tile.indexLon + "*" + tile.recordCount ] = marker; } } + await this.searchLocal(); } else { throw { message: "Got an error loading projects on the map.",