X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c061d3fd3d4c9135fdbda0af273d9fc0dc5b5535..24da90317a8ef77e6eded05331c3a555da8ae199:/src/components/SearchSectionDetails.svelte diff --git a/src/components/SearchSectionDetails.svelte b/src/components/SearchSectionDetails.svelte index 7429dbd..c30f057 100644 --- a/src/components/SearchSectionDetails.svelte +++ b/src/components/SearchSectionDetails.svelte @@ -1,96 +1,56 @@ - - -
-
-
- - - - -
-
- -
-
+ +
+
- - -
- -
-
- - - - -
+ 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 || ''}" + autofocus /> +
+
+ +
-
+ + + OSM type+id (N123, n123, W123, w123, R123, r123), + Place id (1234) or + URL (https://openstreetmap.org/way/123) +