Search: add two global search options

This commit is contained in:
Pieter Vander Vennet 2024-10-17 21:56:31 +02:00
parent 0a0d0a15cb
commit 181219928c
2 changed files with 11 additions and 7 deletions

View file

@ -39,7 +39,9 @@ export default class SearchState {
new LocalElementSearch(state, 5),
new CoordinateSearch(),
new OpenStreetMapIdSearch(state),
new PhotonSearch() // new NominatimGeocoding(),
new PhotonSearch(true, 2),
new PhotonSearch(),
// new NominatimGeocoding(),
]
const bounds = state.mapProperties.bounds