From: Marc Tobias Date: Mon, 26 Jun 2023 16:02:58 +0000 (+0200) Subject: Reverse map: show search position (red circle) also when no search results X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/1e4c08dcf8369732a0f3da72ed4ef1a99c9618dd Reverse map: show search position (red circle) also when no search results --- diff --git a/CHANGES.md b/CHANGES.md index fba2c5d..f1e3834 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # CHANGES +* version 3.2.13 - 2023-06-26 + * Reverse map: show search position (red circle) also when no search results + * text-suite: replace httpbin with beeceptor for mocking HTTP error codes + * NPM package updates (Bootstrap 5.3, Leaflet 1.9.4) + * version 3.2.12 - 2023-04-04 * Reverse page: remove uncommon zoom labels, align with Nominatim 4.x * NPM package updates diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 6e5547a..e80d5c3 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -11,7 +11,9 @@