]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix parameter name for layer filter
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 30 Aug 2023 07:54:50 +0000 (09:54 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 30 Aug 2023 07:57:46 +0000 (09:57 +0200)
docs/api/Reverse.md
docs/api/Search.md

index 548b245c28f36f675846a268ce79a4db572a32e0..ef211b5aec9341c7d430f4c9faa989e98c6924ba 100644 (file)
@@ -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,
index a45ec36f8b9ef5e280e2d8141f566575e717b0dd..3f9d9fc7d881bd827df95f0641f6f6608d91c5a5 100644 (file)
@@ -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,