Created
February 10, 2019 04:37
-
-
Save wboykinm/aa5c8582cb2f828fa974c0de80c296f0 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": {}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-73.21889877319336, | |
44.479972927641846 | |
], | |
[ | |
-73.20550918579102, | |
44.48070780063098 | |
], | |
[ | |
-73.20550918579102, | |
44.47617593641148 | |
], | |
[ | |
-73.20035934448242, | |
44.476298423856214 | |
], | |
[ | |
-73.20053100585938, | |
44.46686613830727 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment