Skip to content

Commit 4062c1a

Browse files
authored
Merge pull request #338 from tilezen/zerebubuth/add-admin-areas
Add admin areas.
2 parents 12ce15e + 630c9a4 commit 4062c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tilequeue/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ def convert_source_data_to_feature_layers(rows, layer_data, bounds, zoom):
534534
roads=row.pop('__roads_properties__', None),
535535
transit=row.pop('__transit_properties__', None),
536536
water=row.pop('__water_properties__', None),
537+
admin_areas=row.pop('__admin_areas_properties__', None),
537538
)
538539

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

0 commit comments

Comments
 (0)