[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:
Al
2016-12-29 14:04:13 -05:00
parent cad57b94b2
commit 2d077699e6

View File

@@ -26,6 +26,7 @@ class PlaceReverseGeocoder(PointIndex):
'ISO3166-1:alpha2',
'ISO3166-1:alpha3',
'int_name',
'is_in',
'is_in:*',
'official_name',
'official_name:*',