[places] adding is_in property to the set of tags for the places index. This may allow us to make more granular exceptions for node-based places that are actually suburbs but classified as {hamlet, village, locality, town}, etc. if the is_in contains a city that's also a boundary or nearby point
This commit is contained in:
@@ -26,6 +26,7 @@ class PlaceReverseGeocoder(PointIndex):
|
|||||||
'ISO3166-1:alpha2',
|
'ISO3166-1:alpha2',
|
||||||
'ISO3166-1:alpha3',
|
'ISO3166-1:alpha3',
|
||||||
'int_name',
|
'int_name',
|
||||||
|
'is_in',
|
||||||
'is_in:*',
|
'is_in:*',
|
||||||
'official_name',
|
'official_name',
|
||||||
'official_name:*',
|
'official_name:*',
|
||||||
|
|||||||
Reference in New Issue
Block a user