[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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user