mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 03:55:11 +03:00
remove more tags from full style
The full style should only save the necessary tags needed for processing.
This commit is contained in:
parent
114cc776be
commit
69ce42b22c
@ -231,7 +231,6 @@ function Place:write_row(k, v, save_extra_mains)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
print(k, v)
|
|
||||||
place_table:insert{
|
place_table:insert{
|
||||||
class = k,
|
class = k,
|
||||||
type = v,
|
type = v,
|
||||||
|
@ -50,7 +50,11 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
'nhd:*', 'gnis:*', 'geobase:*', 'KSJ2:*', 'yh:*',
|
'nhd:*', 'gnis:*', 'geobase:*', 'KSJ2:*', 'yh:*',
|
||||||
'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
|
'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
|
||||||
'type', 'lacounty:*', 'ref:ruian:*', 'building:ruian:type',
|
'type', 'lacounty:*', 'ref:ruian:*', 'building:ruian:type',
|
||||||
'ref:linz:*', 'is_in:postcode'},
|
'ref:linz:*', 'is_in:postcode',
|
||||||
|
'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
|
||||||
|
'name:etymology', 'name:signed', 'name:botanical',
|
||||||
|
'*:wikidata', '*:wikipedia', 'brand:wikipedia:*',
|
||||||
|
'addr:street:name', 'addr:street:type'},
|
||||||
delete_tags = {emergency = {'yes', 'no', 'fire_hydrant'},
|
delete_tags = {emergency = {'yes', 'no', 'fire_hydrant'},
|
||||||
historic = {'yes', 'no'},
|
historic = {'yes', 'no'},
|
||||||
military = {'yes', 'no'},
|
military = {'yes', 'no'},
|
||||||
@ -74,11 +78,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
waterway = {'riverbank'},
|
waterway = {'riverbank'},
|
||||||
building = {'no'},
|
building = {'no'},
|
||||||
boundary = {'place'}},
|
boundary = {'place'}},
|
||||||
extra_keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
|
extra_keys = {'wikidata', 'wikipedia', 'wikipedia:*'}
|
||||||
'name:etymology', 'name:signed', 'name:botanical',
|
|
||||||
'wikidata', '*:wikidata',
|
|
||||||
'*:wikipedia', 'brand:wikipedia:*',
|
|
||||||
'addr:street:name', 'addr:street:type'}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
flex.set_name_tags{main = {'name', 'name:*',
|
flex.set_name_tags{main = {'name', 'name:*',
|
||||||
|
Loading…
Reference in New Issue
Block a user