[osm/polygons] need to include id/type in polygon properties now that they're getting added earlier in the pipeline

This commit is contained in:
Al
2016-10-07 01:21:02 -04:00
parent 169a3c3d70
commit ff7fec6ed1

View File

@@ -290,6 +290,8 @@ class OSMReverseGeocoder(RTreePolygonIndex):
simplify_polygons = False simplify_polygons = False
include_property_patterns = set([ include_property_patterns = set([
'id',
'type',
'name', 'name',
'name:*', 'name:*',
'ISO3166-1:alpha2', 'ISO3166-1:alpha2',