]> git.openstreetmap.org Git - nominatim.git/commitdiff
drop boundary=land_area
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 14 Feb 2024 11:07:22 +0000 (12:07 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Feb 2024 09:15:08 +0000 (10:15 +0100)
Usually a version of administrative boundaries without ocean area.
Resulting polygons are pretty larrge and having the boundaries
should be enough.

settings/import-extratags.lua
settings/import-full.lua

index 83ca437fd2d7977b35961a2437491566d38f6fd9..edbbdf24a5656cede8a5d5fd1433e5b233007a64 100644 (file)
@@ -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',
index 7b94e52c35963f73b8e536a686dd092a682c64fb..cea33eb56d8efd6ad4dc2b5bc21ca5d00de9804f 100644 (file)
@@ -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:*'}
                    }