diff --git a/tilequeue/query/rawr.py b/tilequeue/query/rawr.py index d928be91..9202e614 100644 --- a/tilequeue/query/rawr.py +++ b/tilequeue/query/rawr.py @@ -818,6 +818,10 @@ def _parse_row(self, zoom, unpadded_bounds, bbox, source, fid, shape, # we don't want area on boundaries read_row['__boundaries_properties__'].pop('area', None) + # set a flag to indicate that we transformed this from a + # polygon to a boundary. + read_row['mz_boundary_from_polygon'] = True + if read_row: read_row['__id__'] = fid