Created
November 13, 2019 22:47
-
-
Save sfletche/ebf5eb49583deb3b33a5fc6b7a34c0ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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