Created
October 29, 2019 17:18
-
-
Save sfletche/42be79412855e97e3a675c350b1ec802 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"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