Skip to content

Instantly share code, notes, and snippets.

@sfletche
Created November 4, 2019 23:55
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 sfletche/499d24c37e94c2793713b43e40eb50ea to your computer and use it in GitHub Desktop.
Save sfletche/499d24c37e94c2793713b43e40eb50ea to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Portland Office",
"tags": [
"portland-office-alt"
],
"status": "ACTIVE"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-122.66003608703613,
45.52280003063337
],
[
-122.66003608703613,
45.52280003063337
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment