Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] 10502 search layer #11626

Draft
wants to merge 9 commits into
base: dev/8.0.x
Choose a base branch
from
Prev Previous commit
Next Next commit
pass searchQueryId to MapViewModel, re #10502
  • Loading branch information
whatisgalen committed Nov 15, 2024
commit 5f6c426f0568e3617dacbef6bdd97bdf264bc095
1 change: 1 addition & 0 deletions arches/app/media/js/views/components/search/map-filter.js
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ define([
options.name = "Map Filter";
BaseFilter.prototype.initialize.call(this, options);

options.searchQueryId = this.searchQueryId;
options.sources = {
"geojson-search-buffer-data": {
"type": "geojson",