Skip to content

Commit

Permalink
Merge pull request #327 from kobotoolbox/export-background-geopoint-a…
Browse files Browse the repository at this point in the history
…s-gps-field

feat: export `background-geopoint` as GPS field
  • Loading branch information
jnm authored Jan 14, 2025
2 parents e37b593 + 88c8ba1 commit 894d285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formpack/schema/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def from_json_definition(
# geo
'geopoint': FormGPSField,
'start-geopoint': FormGPSField,
'background-geopoint': FormGPSField,
# media
'video': MediaField,
'image': MediaField,
Expand Down

0 comments on commit 894d285

Please sign in to comment.