From 39039e2a55e616da54dd33365863d36c47dd7ddb Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 6 Feb 2024 15:59:04 +0100 Subject: [PATCH] docs: mark layer parameter as python-only --- docs/api/Reverse.md | 2 ++ docs/api/Search.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/api/Reverse.md b/docs/api/Reverse.md index ef211b5a..6d281da8 100644 --- a/docs/api/Reverse.md +++ b/docs/api/Reverse.md @@ -149,6 +149,8 @@ In terms of address details the zoom levels are as follows: |-----------| ----- | ------- | | layer | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | +**`[Python-only]`** + The layer filter allows to select places by themes. The `address` layer contains all places that make up an address: diff --git a/docs/api/Search.md b/docs/api/Search.md index 3f9d9fc7..fe848a17 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -187,6 +187,8 @@ also excluded when the filter is set. |-----------| ----- | ------- | | layer | comma-separated list of: `address`, `poi`, `railway`, `natural`, `manmade` | _unset_ (no restriction) | +**`[Python-only]`** + The layer filter allows to select places by themes. The `address` layer contains all places that make up an address: -- 2.45.1