Skip to content

Instantly share code, notes, and snippets.

@tomasholderness
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save tomasholderness/e477e673f63a8ecb78ea to your computer and use it in GitHub Desktop.

Select an option

Save tomasholderness/e477e673f63a8ecb78ea to your computer and use it in GitHub Desktop.
Sample flood report from CogniCity (PetaJakarta.org)
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
106.823032,
-6.18738
]
},
"properties": {
"pkey": 818,
"created_at": "2014-11-20 10:34:10",
"text": "Mock #banjir tweet from @petajkt in Jakarta"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
106.823032,
-6.19
]
},
"properties": {
"pkey": 819,
"created_at": "2014-11-20 10:35:10",
"text": "Sample #flood report from PetaJakarta.org"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment