Skip to content

Commit

Permalink
Merge pull request #378 from tilezen/zerebubuth/1810-alternate-viewpo…
Browse files Browse the repository at this point in the history
…ints

Alternate viewpoints changes for RAWR tiles.
  • Loading branch information
zerebubuth authored May 15, 2019
2 parents 7d7e38c + 0cedbb0 commit 0163169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tilequeue/query/rawr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0163169

Please sign in to comment.