]> git.openstreetmap.org Git - nominatim-ui.git/commit
Convert current_result and current_request_latlon stores into simple variables ...
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 10 Feb 2021 15:30:57 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 15:30:57 +0000 (16:30 +0100)
commit163775c3501257af8f62601b0bb3565133c3bebb
tree70e4783da4eaa2e838ebd6d762833af6ad911d9c
parent1df8bbfb327d8022a34cd2158853ad7e13d1a01e
Convert current_result and current_request_latlon stores into simple variables  (#59)

* convert current_result_store into simple variable
* replace current_request_latlon store with simple variable
* avoid race condition in map_store

The map_store kept a reference to a destroyed map which could
lead to load failures at times.
dist/build/bundle.css
dist/build/bundle.js
dist/build/bundle.js.map
src/components/Map.svelte
src/components/ResultsList.svelte
src/lib/stores.js
src/pages/DetailsPage.svelte
src/pages/ReversePage.svelte
src/pages/SearchPage.svelte