Skip to content

Commit 6183f74

Browse files
fixed bug on hdx exports
1 parent 9692830 commit 6183f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/task_runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def add_metadata(z,theme):
278278

279279
if geojson :
280280
try:
281-
response_back=geojson.fetch('GeoJSON')
281+
response_back=geojson.fetch('GeoJSON',is_hdx_export=True)
282282
finish_task('geojson',response_back=response_back)
283283
except Exception as ex :
284284
raise ex

0 commit comments

Comments
 (0)