From: Sarah Hoffmann Date: Wed, 14 Feb 2024 11:07:22 +0000 (+0100) Subject: drop boundary=land_area X-Git-Tag: v4.4.0~7^2~2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/8be27015b2e78610881d55ba234354465a6655d5 drop boundary=land_area Usually a version of administrative boundaries without ocean area. Resulting polygons are pretty larrge and having the boundaries should be enough. --- diff --git a/settings/import-extratags.lua b/settings/import-extratags.lua index 83ca437f..edbbdf24 100644 --- a/settings/import-extratags.lua +++ b/settings/import-extratags.lua @@ -73,7 +73,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri tunnel = {'no'}, waterway = {'riverbank'}, building = {'no'}, - boundary = {'place'}}, + boundary = {'place', 'land_area'}}, extra_keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*', 'name:etymology', 'name:signed', 'name:botanical', 'wikidata', '*:wikidata', diff --git a/settings/import-full.lua b/settings/import-full.lua index 7b94e52c..cea33eb5 100644 --- a/settings/import-full.lua +++ b/settings/import-full.lua @@ -77,7 +77,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri tunnel = {'no'}, waterway = {'riverbank'}, building = {'no'}, - boundary = {'place'}}, + boundary = {'place', 'land_area'}}, extra_keys = {'wikidata', 'wikipedia', 'wikipedia:*'} }