You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a MapStore 2 user, I want to use the search bar to find data from different services (not only GeoCoder).
Search bar should allow to query different services ( GeoCoding services, WFS, custom services...) , configured accordingly.
A tool should show and allow to enable/disable the search services.
Each service should be customizable in output (with JSXTemplates). By default a click on a search result zooms and place a marker on the map, but we can add custon behiviour for JSXTemplate (e.g. more info...)
The text was updated successfully, but these errors were encountered:
* Implementation of nested search services
Nested services can be configured to be used when a result from a
service is already selected, to refine the search.
- You can use mixed services
- You can display selected items
- You can populate searchbar with some text when an item is selected (useful also for nominatim)
- Can change the text search placeholder
- Improved search result to support templating system (displayName and subTitle)
- Every string can be defined using a template from the selected item
* Fixed eslint
As a MapStore 2 user, I want to use the search bar to find data from different services (not only GeoCoder).
Search bar should allow to query different services ( GeoCoding services, WFS, custom services...) , configured accordingly.
The text was updated successfully, but these errors were encountered: