From 2de82568631a6c918f004442103d440ba4480e48 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 30 Aug 2023 09:54:50 +0200 Subject: [PATCH] fix parameter name for layer filter --- docs/api/Reverse.md | 4 ++-- docs/api/Search.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/Reverse.md b/docs/api/Reverse.md index 548b245c..ef211b5a 100644 --- a/docs/api/Reverse.md +++ b/docs/api/Reverse.md @@ -147,9 +147,9 @@ In terms of address details the zoom levels are as follows: | Parameter | Value | Default | |-----------| ----- | ------- | -| layers | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | +| layer | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | -The layers filter allows to select places by themes. +The layer filter allows to select places by themes. The `address` layer contains all places that make up an address: address points with house numbers, streets, inhabited places (suburbs, villages, diff --git a/docs/api/Search.md b/docs/api/Search.md index a45ec36f..3f9d9fc7 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -185,9 +185,9 @@ also excluded when the filter is set. | Parameter | Value | Default | |-----------| ----- | ------- | -| layers | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | +| layer | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | -The layers filter allows to select places by themes. +The layer filter allows to select places by themes. The `address` layer contains all places that make up an address: address points with house numbers, streets, inhabited places (suburbs, villages, -- 2.45.2