Skip to content

Commit

Permalink
Merge pull request #338 from tilezen/zerebubuth/add-admin-areas
Browse files Browse the repository at this point in the history
Add admin areas.
  • Loading branch information
zerebubuth authored May 15, 2018
2 parents 12ce15e + 630c9a4 commit 4062c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilequeue/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ def convert_source_data_to_feature_layers(rows, layer_data, bounds, zoom):
roads=row.pop('__roads_properties__', None),
transit=row.pop('__transit_properties__', None),
water=row.pop('__water_properties__', None),
admin_areas=row.pop('__admin_areas_properties__', None),
)

# TODO at first pass, simulate the structure that we're
Expand Down

0 comments on commit 4062c1a

Please sign in to comment.