X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/f9ae81bddd61b9749df987e6c8ee9263ae464705..8299637b4b6b4f1d07c6c5d55c441108b8b71d84:/src/components/SearchSectionDetails.svelte diff --git a/src/components/SearchSectionDetails.svelte b/src/components/SearchSectionDetails.svelte index a779b4f..f23a24c 100644 --- a/src/components/SearchSectionDetails.svelte +++ b/src/components/SearchSectionDetails.svelte @@ -27,10 +27,15 @@
+ + value="{ + (api_request_params.osmtype || '') + + (api_request_params.osmid || '') + + (api_request_params.place_id || '') + }" />
@@ -38,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)