From b11cbcf2032223611217131e038b0d1c5cd94ad1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 2 Aug 2023 20:12:28 +0200 Subject: [PATCH] add warning page for URL change --- website/404-old-search-syntax.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 website/404-old-search-syntax.html 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.

+ + -- 2.39.5