From: Sarah Hoffmann Date: Mon, 17 Feb 2025 09:04:23 +0000 (+0100) Subject: add documentation for new extra field X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f143ecaf1c7fc39f67c4d0baf7deea38ce2914f7 add documentation for new extra field --- diff --git a/docs/api/Output.md b/docs/api/Output.md index 75220cf5..a5ec933e 100644 --- a/docs/api/Output.md +++ b/docs/api/Output.md @@ -106,8 +106,11 @@ The following feature attributes are implemented: * `name` - localised name of the place * `housenumber`, `street`, `locality`, `district`, `postcode`, `city`, `county`, `state`, `country` - - provided when it can be determined from the address + provided when it can be determined from the address (only with `addressdetails=1`) * `admin` - list of localised names of administrative boundaries (only with `addressdetails=1`) + * `extra` - dictionary with additional useful tags like `website` or `maxspeed` + (only with `extratags=1`) + Use `polygon_geojson` to output the full geometry of the object instead of the centroid.