Skip to content

Instantly share code, notes, and snippets.

@danhammer
Created February 15, 2021 18:03
Show Gist options
  • Save danhammer/d44364afcfc3190ec2a95c8877cb896b to your computer and use it in GitHub Desktop.
Save danhammer/d44364afcfc3190ec2a95c8877cb896b to your computer and use it in GitHub Desktop.
likely/detected waste aggregations for Bali
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [114.894225, -8.208037]
},
"properties": {
"category": "detected-likely",
"name": "likely 02"
}
}, {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.102275, -8.839859]
},
"properties": {
"category": "detected-confirmed",
"name": "detected 03"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.1899, -8.8069]
},
"properties": {
"category": "detected-likely",
"name": "likely 03"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.1844, -8.8157]
},
"properties": {
"category": "detected-likely",
"name": "likely 04"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.192555, -8.798048]
},
"properties": {
"category": "detected-confirmed",
"name": "detected 02"
}
}, {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.193005, -8.074648]
},
"properties": {
"category": "detected-likely",
"name": "likely 01"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [115.166055, -8.795207]
},
"properties": {
"category": "detected-confirmed",
"name": "detected 01"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment