Skip to content

Instantly share code, notes, and snippets.

@amarinelli
Created July 18, 2014 16:47
Show Gist options
  • Save amarinelli/a729e28920ea4a4e89b0 to your computer and use it in GitHub Desktop.
Save amarinelli/a729e28920ea4a4e89b0 to your computer and use it in GitHub Desktop.
Sample GeoJSON file
Display the source blob
Display the rendered blob
Raw
{
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
"properties" : {},
"geometry" : {
"type" : "Polygon",
"coordinates" : [[[-119.00390625, 50.28933925329178], [-116.19140625, 29.38217507514529], [-91.7578125, 32.84267363195431], [-82.79296874999999, 39.639537564366684], [-102.48046875, 53.014783245859206], [-119.00390625, 50.28933925329178]]]
}
}
],
"name" : "map.geojson",
"updated_at" : "2013-07-17T14:49:41Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment