X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/64e1ec4d0f152bc9a279c2f016a111f9943dc6a4..009e6267f7b7cf46be7958327d83e4cf261334b0:/src/components/SearchSection.svelte diff --git a/src/components/SearchSection.svelte b/src/components/SearchSection.svelte index e7520ad..c1d3c18 100644 --- a/src/components/SearchSection.svelte +++ b/src/components/SearchSection.svelte @@ -7,8 +7,9 @@ export let bStructuredSearch = false; export let api_request_params = {}; let sViewBox; - let lat; - let lon; + // lat,lon are later set in update_reverse_link() + let lat; // eslint-disable-line no-unused-vars + let lon; // eslint-disable-line no-unused-vars function map_viewbox_as_string(map) { var bounds = map.getBounds(); @@ -79,10 +80,14 @@ @@ -99,14 +104,23 @@
- - - - - - - + + + + + + + +
@@ -144,14 +158,23 @@
- - - - - - - + + + + + + + +
@@ -180,14 +203,18 @@
  • - +
  • - @@ -195,15 +222,18 @@
  • -
  • - @@ -211,12 +241,20 @@
  • -
  • +
  • + + +