Skip to content

Instantly share code, notes, and snippets.

@ktraff
Created June 23, 2015 21:15
Show Gist options
  • Save ktraff/28af6e671d070d0ebb0d to your computer and use it in GitHub Desktop.
Save ktraff/28af6e671d070d0ebb0d to your computer and use it in GitHub Desktop.
polygon-b
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
-104.97124602974,
40.7235458279862
],
[
-104.972313223038,
40.7218757540408
],
[
-104.966054205821,
40.7178761818995
],
[
-104.964987012523,
40.7195462558448
],
[
-104.97124602974,
40.7235458279862
]
]
]
},
"properties":{
"calc_area":138114.87008833035,
"name_0":"first"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment