Skip to content

Commit 9acfbc8

Browse files
committed
don't cast group_id and task_id
1 parent b7c158b commit 9acfbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/generate_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def cast_datatypes_for_geojson(filename):
661661

662662
for i in range(0, len(geojson_data['features'])):
663663
for property in properties:
664-
if property in ['project_id', 'name', 'project_details']:
664+
if property in ['project_id', 'name', 'project_details', 'task_id', 'group_id']:
665665
# don't try to cast project_id
666666
pass
667667
elif property in ['geom']:

0 commit comments

Comments
 (0)