Skip to content

Instantly share code, notes, and snippets.

@sfletche
Created November 13, 2019 22:47
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/ebf5eb49583deb3b33a5fc6b7a34c0ce to your computer and use it in GitHub Desktop.
Save sfletche/ebf5eb49583deb3b33a5fc6b7a34c0ce to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Portland Office Traversal",
"tags": [
"portland-office-traversal"
],
"status": "ACTIVE"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-122.6605,
45.52225
],
[
-122.6597,
45.52225
],
[
-122.6597,
45.5229
],
[
-122.6605,
45.5229
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "Portland Office",
"tags": [
"portland-office-area"
],
"status": "ACTIVE"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-122.66021,
45.52282
],
[
-122.66021,
45.52276
],
[
-122.66,
45.52276
],
[
-122.66,
45.52282
],
[
-122.66021,
45.52282
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment