Skip to content

Instantly share code, notes, and snippets.

@nside
Created June 19, 2017 22:31
Show Gist options
  • Save nside/fff4a4b936ea1ed674b861ceaf5544b2 to your computer and use it in GitHub Desktop.
Save nside/fff4a4b936ea1ed674b861ceaf5544b2 to your computer and use it in GitHub Desktop.
parcel.geojson
{
"type": "Feature",
"properties": {
"name": "Coors Field",
"amenity": "Baseball Stadium",
"popupContent": "This is where the Rockies play!"
},
"geometry": {"type":"Polygon","coordinates":[[[-74.3660367388635,39.40413],[-74.3661057823687,39.4035883356439],[-74.366310259581,39.4030674831777],[-74.3666423125559,39.4025874593515],[-74.3670891806838,39.4021667122319],[-74.3676336910731,39.4018214120983],[-74.3682549184949,39.4015648298447],[-74.3689289895278,39.4014068268035],[-74.36963,39.4013534756247],[-74.3703310104722,39.4014068268035],[-74.3710050815051,39.4015648298447],[-74.3716263089269,39.4018214120983],[-74.3721708193162,39.4021667122319],[-74.372617687444,39.4025874593515],[-74.372949740419,39.4030674831777],[-74.3731542176313,39.4035883356439],[-74.3732232611365,39.40413],[-74.3731542176313,39.4046716601493],[-74.372949740419,39.4051925006353],[-74.372617687444,39.405672506532],[-74.3721708193162,39.4060932325023],[-74.3716263089269,39.4064385114866],[-74.3710050815051,39.4066950758107],[-74.3703310104722,39.4068530668717],[-74.36963,39.4069064138437],[-74.3689289895278,39.4068530668717],[-74.3682549184949,39.4066950758107],[-74.3676336910731,39.4064385114866],[-74.3670891806838,39.4060932325023],[-74.3666423125559,39.405672506532],[-74.366310259581,39.4051925006353],[-74.3661057823687,39.4046716601493],[-74.3660367388635,39.40413]]]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment