X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c061d3fd3d4c9135fdbda0af273d9fc0dc5b5535..8299637b4b6b4f1d07c6c5d55c441108b8b71d84:/src/components/SearchSectionDetails.svelte diff --git a/src/components/SearchSectionDetails.svelte b/src/components/SearchSectionDetails.svelte index 7429dbd..f23a24c 100644 --- a/src/components/SearchSectionDetails.svelte +++ b/src/components/SearchSectionDetails.svelte @@ -1,96 +1,65 @@ - - -
-
-
+ +
+
+ - - - - + class="form-control form-control-sm me-1" + pattern="^[NWRnwr]?[0-9]+$|.*openstreetmap.*" + value="{ + (api_request_params.osmtype || '') + + (api_request_params.osmid || '') + + (api_request_params.place_id || '') + }" /> +
+
+ +
- -
-
- - -
-
- -
-
- - - - -
-
-
+ + + OSM type+id (N123, + n123, + W123, + w123, + R123, + r123), + Place id (1234) or + URL (https://openstreetmap.org/way/123) +