Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active January 8, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/dab1bb58fd9350c5cd2b7d4fdefe0993 to your computer and use it in GitHub Desktop.
Save maptastik/dab1bb58fd9350c5cd2b7d4fdefe0993 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': 'Point',
'coordinates': [-78.62394117710394, 35.9000415021519]
},
'properties': {
'OBJECTID': 4
}
}, {
'type': 'Feature',
'geometry': {
'type': 'Point',
'coordinates': [-78.71801161167413, 35.930071205471116]
},
'properties': {
'OBJECTID': 5
}
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment