X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/2f8b33afce5cd34432db91fbd4d6950bd38359a3..455b3fd8634b07667051506a623e8fb7f309209a:/src/components/SearchSectionDetails.svelte diff --git a/src/components/SearchSectionDetails.svelte b/src/components/SearchSectionDetails.svelte index c30f057..f23a24c 100644 --- a/src/components/SearchSectionDetails.svelte +++ b/src/components/SearchSectionDetails.svelte @@ -27,11 +27,15 @@
+ + value="{ + (api_request_params.osmtype || '') + + (api_request_params.osmid || '') + + (api_request_params.place_id || '') + }" />
@@ -39,7 +43,12 @@
- OSM type+id (N123, n123, W123, w123, R123, r123), + OSM type+id (N123, + n123, + W123, + w123, + R123, + r123), Place id (1234) or URL (https://openstreetmap.org/way/123)