Skip to content

Instantly share code, notes, and snippets.

@robinvanemden
Created September 19, 2016 12:44
Show Gist options
  • Save robinvanemden/6e1323c59bd458059455eb72129eeb39 to your computer and use it in GitHub Desktop.
Save robinvanemden/6e1323c59bd458059455eb72129eeb39 to your computer and use it in GitHub Desktop.
Default JSON format project B1
{
"_id":"24:4B:03:39:E7:91",
"type":"bird",
"name":"pooky",
"date":"2016-09-19T14:33:38.964Z",
"location":{
"type":"Point",
"coordinates":[
52.49177162129288,
4.451482822254181
]
},
"path":{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"geometry":{
"type":"LineString",
"coordinates":[
52.81944636780624,
4.365011026218414
]
},
"properties":{
"prop0":"value0",
"prop1":0.0,
"coordinateProperties":{
"times":[
"2016-09-19T14:33:38.964Z"
]
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment