From: Sarah Hoffmann Date: Wed, 2 Aug 2023 18:12:28 +0000 (+0200) Subject: add warning page for URL change X-Git-Tag: deploy~61 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b11cbcf2032223611217131e038b0d1c5cd94ad1 add warning page for URL change --- diff --git a/website/404-old-search-syntax.html b/website/404-old-search-syntax.html new file mode 100644 index 00000000..a6ea5b72 --- /dev/null +++ b/website/404-old-search-syntax.html @@ -0,0 +1,24 @@ + + +File Not Found + + +

File not found: API no longer accessible via this URL

+ +

Using the URL /search/ and /reverse/ (with slashes) +is no longer supported. Please use URLs as given in the documentation.

+ +

Examples how to change the URL:

+ +

You use: https://nominatim.openstreetmap.org/search/?q=Berlin
+Change to: https://nominatim.openstreetmap.org/search?q=Berlin +

+ +

You use: https://nominatim.openstreetmap.org/search/US/Texas/Huston
+Change to: https://nominatim.openstreetmap.org/search?q=Huston, Texas, US +

+ +

See github issue #3134 +for more details.

+ +