X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a90ace7fa111bcff511eafc7457ac3aca310f96d..986956e4b43c8ca1890125c9cafcbb97bcc5325a:/docs/develop/Import.md?ds=inline diff --git a/docs/develop/Import.md b/docs/develop/Import.md index ddddb1a8..e733c6fd 100644 --- a/docs/develop/Import.md +++ b/docs/develop/Import.md @@ -22,7 +22,7 @@ The gazetteer style produces a single table `place` with the following rows: A single OSM object may appear multiple times in this table when it is tagged with multiple tags that may constitute a principal tag. Take for example a motorway bridge. In OSM, this would be a way which is tagged with -`highway=motoway` and `bridge=yes`. This way would appear in the `place` table +`highway=motorway` and `bridge=yes`. This way would appear in the `place` table once with `class` of `highway` and once with a `class` of `bridge`. Thus the *uique key* for `place` is (`osm_type`, `osm_id`, `class`).