-
Notifications
You must be signed in to change notification settings - Fork 408
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
Implement the option to select the Search service to use when performing a search #9751
Comments
I would say yes. @offtherailz do you have a different idea?
I would say yes. Makes sense
I would say yes, to be configured in the wizard through a config property
That's optional but I would say the second |
"Override default services" functionality is already in place. It allows to override the default service configured (typically nominatim, but if you configure something else in localConfig, it will be added) instead of adding to that list the ones configured on the map.
Yes, ok to add the configurable placeholder in wizard.
Because it can be problematic (allow selection of image/glyph) I'd avoid to introduce icon customization now. A future enhancement, based on client requests, can be added in the future quite easy, so we can clarify effective utility of this feature on real use cases asked by customers. |
…ch menu (geosolutions-it#9770) (cherry picked from commit b903bce)
Description
MapStore supports the option to configure multiple search services and assign them a priority to sort results. However, a search is always triggered against each and every configured service.
We want to implement the option for users to select the search to use to perform a search.
The hamburger menu should list the available services
A bonus feature would be the option to configure an icon for each service (by extending the search service configuration).
Mock design
screencast-localhost_8081-2023.11.24-10_48_33.webm
More details
Acceptance criteria
Search by Location Name
Search by Location Name
, text search by default applies to all services configuredSearch on all services below
Search by Location Name
as shown belowOverride default services
is applicable for each service? @offtherailzFeeback
Service name|Service type
- [x]Is theFeeback - Future enhancement, based on client's requestoption to configure an icon for each service
applicable for this issue? Is the icon to be an image only? Or we support only the glyph icons supported in MS?Other useful information
Ref: https://github.com/geosolutions-it/geonode-dubai/issues/7
The text was updated successfully, but these errors were encountered: