Skip to content

Instantly share code, notes, and snippets.

@daveism
Created July 12, 2017 18:10
Show Gist options
  • Save daveism/773f36e5169f9dbbff3e9e95bdc2fe96 to your computer and use it in GitHub Desktop.
Save daveism/773f36e5169f9dbbff3e9e95bdc2fe96 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-82.645687971053, 35.5334293188852],
[-82.6460767368369, 35.5331962218162],
[-82.6462016933014, 35.5333418598714],
[-82.6458115507978, 35.533575780947],
[-82.6457914155384, 35.5335519179904],
[-82.645687971053, 35.5334293188852]
]
]
},
"properties": {
"id": 1,
"sqft": 9301.348847142,
"acres": 0.213529587859091
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment