Skip to content

Commit f28f75a

Browse files
added geojson as default #410
1 parent 2e9ebbf commit f28f75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/components/ExportForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ buildings:
329329
- building
330330
where: building IS NOT NULL
331331
`.trim(),
332-
export_formats: ["geopackage"]
332+
export_formats: ["geojson"]
333333
}
334334
};
335335
};

0 commit comments

Comments
 (0)