From 2d077699e674e06d7dd11828ef9e8dab93673712 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 29 Dec 2016 14:04:13 -0500 Subject: [PATCH] [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 --- scripts/geodata/places/reverse_geocode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/geodata/places/reverse_geocode.py b/scripts/geodata/places/reverse_geocode.py index db9b0d78..c0bd7973 100644 --- a/scripts/geodata/places/reverse_geocode.py +++ b/scripts/geodata/places/reverse_geocode.py @@ -26,6 +26,7 @@ class PlaceReverseGeocoder(PointIndex): 'ISO3166-1:alpha2', 'ISO3166-1:alpha3', 'int_name', + 'is_in', 'is_in:*', 'official_name', 'official_name:*',