]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Reverse.md
add missing __init__.py
[nominatim.git] / docs / api / Reverse.md
index ef211b5aec9341c7d430f4c9faa989e98c6924ba..216ce6e613907b5a96d035d4d0a06eedd53197b9 100644 (file)
@@ -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:
@@ -163,7 +165,7 @@ The `railway` layer includes railway infrastructure like tracks.
 Note that in Nominatim's standard configuration, only very few railway
 features are imported into the database.
 
-The `natural` layer collects feautures like rivers, lakes and mountains while
+The `natural` layer collects features like rivers, lakes and mountains while
 the `manmade` layer functions as a catch-all for features not covered by the
 other layers.