X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/51dab2d73981ff460f7ddc4408df9767ce81ce7a..62cf232d556090f2809c437d1e8fc5ab80728579:/src/components/SearchSectionReverse.svelte?ds=sidebyside
diff --git a/src/components/SearchSectionReverse.svelte b/src/components/SearchSectionReverse.svelte
index 46bb2b9..70174b6 100644
--- a/src/components/SearchSectionReverse.svelte
+++ b/src/components/SearchSectionReverse.svelte
@@ -7,6 +7,7 @@
export let lat = '';
export let lon = '';
export let zoom = '';
+ export let api_request_params = {};
function gotoCoordinates(newlat, newlon, newzoom) {
if (newlat === null || newlon === null) return;
@@ -36,6 +37,9 @@
}
}
+ function set_api_param(e) {
+ document.querySelector('input[name=' + e.target.dataset.apiParam + ']').value = e.target.value;
+ }
@@ -81,11 +85,27 @@
{/each}
+
+
+
+ Advanced options
+
+
+