]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt docs to geocodejson changes
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 27 Apr 2022 09:50:12 +0000 (11:50 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 27 Apr 2022 09:50:12 +0000 (11:50 +0200)
docs/api/Output.md

index 07525a985da7f475fcf1f0ad02c6c3d4f5be9587..d59f75dd5156dc334bfba818ce42ac24e7b37843 100644 (file)
@@ -98,7 +98,10 @@ The GeocodeJSON format follows the
 The following feature attributes are implemented:
 
  * `osm_type`, `osm_id` - reference to the OSM object (unofficial extension, [see notes](#osm-reference))
- * `type` - value of the main tag of the object (e.g. residential, restaurant, ...)
+ * `type` - the 'address level' of the object ('house', 'street', `district`, `city`,
+            `county`, `state`, `country`, `locality`)
+ * `osm_key`- key of the main tag of the OSM object (e.g. boundary, highway, amenity)
+ * `osm_value` - value of the main tag of the OSM object (e.g. residential, restaurant)
  * `label` - full comma-separated address
  * `name` - localised name of the place
  * `housenumber`, `street`, `locality`, `district`, `postcode`, `city`,