Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Last active January 28, 2016 11:38
Show Gist options
  • Save ianfieldhouse/4c324db48e0126fdcb8f to your computer and use it in GitHub Desktop.
Save ianfieldhouse/4c324db48e0126fdcb8f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"id": "566ed9b30351d817555158ce",
"title": "OPAL Tree Health",
"geom": ["point"],
"layout": {
"pages": [
{
"type": "page",
"id": "form-section-1",
"title": "A. Start surveying",
"fields": [
"form-text-1",
"form-image-1"
]
}
]
},
"fields": [
{
"id": "form-text-1",
"label": "1. Date of survey",
"type": "text",
"required": true,
"persistent": true,
"properties": {
"prefix": "record",
"placeholder": "Place default text here (if any)",
"max-chars": "30"
}
},
{
"id": "form-image-1",
"label": "Take a photo",
"type": "image",
"required": true,
"persistent": false,
"properties": {
"los": false,
"multi-image": false
}
}
],
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-3.8440990447998047,
57.13647219567887
],
[
-3.8440990447998047,
57.15751817921432
],
[
-3.8051319122314453,
57.15751817921432
],
[
-3.8051319122314453,
57.13647219567887
],
[
-3.8440990447998047,
57.13647219567887
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment