forked from MapComplete/MapComplete
Search: add two global search options
This commit is contained in:
parent
0a0d0a15cb
commit
181219928c
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue