mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
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:
parent
100391fb8e
commit
8be27015b2
@ -73,7 +73,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
tunnel = {'no'},
|
tunnel = {'no'},
|
||||||
waterway = {'riverbank'},
|
waterway = {'riverbank'},
|
||||||
building = {'no'},
|
building = {'no'},
|
||||||
boundary = {'place'}},
|
boundary = {'place', 'land_area'}},
|
||||||
extra_keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
|
extra_keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
|
||||||
'name:etymology', 'name:signed', 'name:botanical',
|
'name:etymology', 'name:signed', 'name:botanical',
|
||||||
'wikidata', '*:wikidata',
|
'wikidata', '*:wikidata',
|
||||||
|
@ -77,7 +77,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
tunnel = {'no'},
|
tunnel = {'no'},
|
||||||
waterway = {'riverbank'},
|
waterway = {'riverbank'},
|
||||||
building = {'no'},
|
building = {'no'},
|
||||||
boundary = {'place'}},
|
boundary = {'place', 'land_area'}},
|
||||||
extra_keys = {'wikidata', 'wikipedia', 'wikipedia:*'}
|
extra_keys = {'wikidata', 'wikipedia', 'wikipedia:*'}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user