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.
This commit is contained in:
Sarah Hoffmann 2024-02-14 12:07:22 +01:00
parent 100391fb8e
commit 8be27015b2
2 changed files with 2 additions and 2 deletions

View 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',

View 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:*'}
}