Skip to content

Instantly share code, notes, and snippets.

@frafra
Created April 6, 2018 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frafra/156ad37fecf4676c93aa43dc5e82c576 to your computer and use it in GitHub Desktop.
Save frafra/156ad37fecf4676c93aa43dc5e82c576 to your computer and use it in GitHub Desktop.
addr:street/addr:housenumber simple preset for GeoPaparazzi
[{
"sectionname": "addresses",
"sectiondescription": "addresses",
"forms": [{
"formname": "address",
"formitems": [{
"key": "addr:street",
"value": "",
"type": "string",
"mandatory": "no"
}, {
"key": "addr:housenumber",
"value": "",
"islabel": "true",
"type": "string",
"mandatory": "yes"
}]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment