Skip to content

Instantly share code, notes, and snippets.

@datadavev
Created July 27, 2023 14:24
Show Gist options
  • Save datadavev/1c23396da1083fd9dc46c93fc5d14b62 to your computer and use it in GitHub Desktop.
Save datadavev/1c23396da1083fd9dc46c93fc5d14b62 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "Fairy Circles",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Name": "Fairy circles" }, "geometry": { "type": "Point", "coordinates": [ 119.792884116191004, -23.4983421903048 ] } },
{ "type": "Feature", "properties": { "Name": "Odd triangles" }, "geometry": { "type": "Point", "coordinates": [ 119.850427001214996, -23.411725864332599 ] } },
{ "type": "Feature", "properties": { "Name": "Green spots" }, "geometry": { "type": "Point", "coordinates": [ 144.567798747788999, -31.533732614669599 ] } },
{ "type": "Feature", "properties": { "Name": "Burkina Faso" }, "geometry": { "type": "Point", "coordinates": [ 2.19881568349782, 12.448045131207699 ] } },
{ "type": "Feature", "properties": { "Name": "Somalia 1" }, "geometry": { "type": "Point", "coordinates": [ 43.436419006529, 4.00362840137287 ] } },
{ "type": "Feature", "properties": { "Name": "Somalia 2" }, "geometry": { "type": "Point", "coordinates": [ 43.365039144133497, 4.05135415856896 ] } },
{ "type": "Feature", "properties": { "Name": "Somalia 3" }, "geometry": { "type": "Point", "coordinates": [ 43.801065557781897, 4.43015632450916 ] } },
{ "type": "Feature", "properties": { "Name": "Senegal" }, "geometry": { "type": "Point", "coordinates": [ -13.629061085352699, 14.6583164142735 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment