mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
disabled nominatim for now
This commit is contained in:
parent
3c0b6cfa22
commit
5e55434772
2 changed files with 11 additions and 2 deletions
|
@ -97,7 +97,10 @@ export function* setReadySaga() {
|
|||
hideLoader();
|
||||
|
||||
yield call(checkOSRMServiceSaga);
|
||||
yield call(checkNominatimSaga);
|
||||
|
||||
// TODO: someday make nominatim, but sorted by nearest points.
|
||||
// yield call(checkNominatimSaga);
|
||||
|
||||
yield put(searchSetTab(TABS.MY));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue