Skip to content

Instantly share code, notes, and snippets.

@bwestergard
Last active July 10, 2023 16:57
Show Gist options
  • Save bwestergard/3b56b88c7ec86f00fb1ee93c432cda26 to your computer and use it in GitHub Desktop.
Save bwestergard/3b56b88c7ec86f00fb1ee93c432cda26 to your computer and use it in GitHub Desktop.
Trees
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9943374616752,
38.9564330098221
]
},
"properties": {
"note": "American elm"
},
"id": 0
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9924109378706,
38.9544690985523
]
},
"properties": {
"note": "Red maple"
},
"id": 1
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9946605067024,
38.9564330250157
]
},
"properties": {
"note": "Crape myrtle"
},
"id": 2
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9908070050231,
38.9567120417999
]
},
"properties": {
"note": "Pin oak"
},
"id": 3
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9953874862039,
38.9544512372839
]
},
"properties": {
"note": "Willow oak"
},
"id": 4
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9916724317486,
38.9556491313164
]
},
"properties": {
"note": "Chinese pistache"
},
"id": 5
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9918341908188,
38.9535682327858
]
},
"properties": {
"note": "London plane note"
},
"id": 6
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9961718538695,
38.9572168032261
]
},
"properties": {
"note": "Bald cypress"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.9916724727838,
38.9552978089218
]
},
"properties": {
"note": "Chinese elm"
},
"id": 8
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment