X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/634684236c6118e4df3cd40dd57fbde941bd2b30..73953cbac95847740339d7a5ee3c0e5f142d93c5:/docs/develop/Import.md diff --git a/docs/develop/Import.md b/docs/develop/Import.md index 5a323d26..c9612bb3 100644 --- a/docs/develop/Import.md +++ b/docs/develop/Import.md @@ -1,8 +1,8 @@ # OSM Data Import -OSM data is initially imported using osm2pgsql. Nominatim uses its own data -output style 'gazetteer', which differs from the output style created for -map rendering. +OSM data is initially imported using [osm2pgsql](https://osm2pgsql.org). +Nominatim uses its own data output style 'gazetteer', which differs from the +output style created for map rendering. ## Database Layout @@ -29,7 +29,7 @@ once with `class` of `highway` and once with a `class` of `bridge`. Thus the ## Configuring the Import How tags are interpreted and assigned to the different `place` columns can be -configured via the import style configuration file (`CONST_Import_style`). This +configured via the import style configuration file (`NOMINATIM_IMPORT_STYLE`). This is a JSON file which contains a list of rules which are matched against every tag of every object and then assign the tag its specific role.