Last active
June 7, 2016 00:36
-
-
Save scspaeth/808e1737e15f1f25636d06c70f3675df to your computer and use it in GitHub Desktop.
Track of the Old Boston Turnpike that forms the boundary of the part of the Natchaug State Forest. Visual interpretation taken from satellite imagery at GeoJSON.io
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": { | |
"stroke": "#00cc00", | |
"stroke-width": 20, | |
"stroke-opacity": 1, | |
"name": "Old Boston Turnpike" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-72.10237562656403, | |
41.881791431152024 | |
], | |
[ | |
-72.10124641656876, | |
41.88194120359914 | |
], | |
[ | |
-72.10049271583557, | |
41.882078993940425 | |
], | |
[ | |
-72.10004210472107, | |
41.882186829652454 | |
], | |
[ | |
-72.09842205047607, | |
41.88367654142104 | |
], | |
[ | |
-72.09609657526016, | |
41.884229682926765 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment