From 31ba7e7cf04b5383c059fc962e067d5a6be18951 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 12 Dec 2020 00:30:26 +0100 Subject: [PATCH] Reverse.md: fix two typos --- docs/api/Reverse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/Reverse.md b/docs/api/Reverse.md index 664593d8..a1b46b0f 100644 --- a/docs/api/Reverse.md +++ b/docs/api/Reverse.md @@ -4,7 +4,7 @@ Reverse geocoding generates an address from a latitude and longitude. ## How it works -The reveser geocoding API does not exactly compute the address for the +The reverse geocoding API does not exactly compute the address for the coordinate it receives. It works by finding the closest suitable OSM object and returning its address information. This may occasionally lead to unexpected results. @@ -27,7 +27,7 @@ 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 coordinare in WGS84 +where `lat` and `lon` are latitude and longitutde 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. -- 2.45.1