Skip to content

Instantly share code, notes, and snippets.

@alexgleith
Last active March 5, 2020 06:08
Show Gist options
  • Save alexgleith/a7f9bf9072db5caab411fbdc5dc2a51e to your computer and use it in GitHub Desktop.
Save alexgleith/a7f9bf9072db5caab411fbdc5dc2a51e to your computer and use it in GitHub Desktop.
The location of my tree. CC BY 4.0.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"scientific_name": "Quercus robur",
"name": "Alex's Oak"
},
"geometry": {
"type": "Point",
"coordinates": [
147.28809,
-42.86490
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment