Skip to content

Instantly share code, notes, and snippets.

@mikepaszkiewicz
Created March 12, 2018 13:58
Show Gist options
  • Save mikepaszkiewicz/15e772b48157c7408853fafed6d797b5 to your computer and use it in GitHub Desktop.
Save mikepaszkiewicz/15e772b48157c7408853fafed6d797b5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.685302734375,
42.00032514831621
],
[
-78.44238281249999,
42.07376224008719
],
[
-78.563232421875,
39.0533181067413
],
[
-72.6416015625,
38.89958342598271
],
[
-73.685302734375,
42.00032514831621
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-73.685302734375,
42.00032514831621
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment