From b803505402a4d7956eb10bb45d10e7c363e3f567 Mon Sep 17 00:00:00 2001 From: Stef Ki <3359043+stefkiourk@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:01:38 +0200 Subject: [PATCH] Typos and syntax on Reverse.md --- docs/api/Reverse.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/Reverse.md b/docs/api/Reverse.md index 06d7cdea..083000aa 100644 --- a/docs/api/Reverse.md +++ b/docs/api/Reverse.md @@ -27,11 +27,11 @@ The main format of the reverse API is https://nominatim.openstreetmap.org/reverse?lat=&lon=& ``` -where `lat` and `lon` are latitude and longitutde of a coordinate in WGS84 +where `lat` and `lon` are latitude and longitude of a coordinate in WGS84 projection. The API returns exactly one result or an error when the coordinate is in an area with no OSM data coverage. -Additional paramters are accepted as listed below. +Additional parameters are accepted as listed below. !!! warning "Deprecation warning" The reverse API used to allow address lookup for a single OSM object by @@ -118,7 +118,7 @@ geometry. Topology is preserved in the result. (Default: 0.0) * `email=` -If you are making large numbers of request please include an appropriate email +If you are making a large number of requests, please include an appropriate email address to identify your requests. See Nominatim's [Usage Policy](https://operations.osmfoundation.org/policies/nominatim/) for more details. -- 2.39.5