Skip to content

Instantly share code, notes, and snippets.

@dandye
Created June 11, 2012 21:05
Show Gist options
  • Save dandye/2912695 to your computer and use it in GitHub Desktop.
Save dandye/2912695 to your computer and use it in GitHub Desktop.
Sample GeoJSON
{
"type" : "FeatureCollection",
"name" : "NewFeatureType",
"features" : [{
"geometry" : {
"type" : "Polygon",
"coordinates" : [[[-97.976886, 33.972862], [-97.48453699999999, 33.972862], [-97.48453699999999, 33.43381899999999], [-97.976886, 33.43381899999999], [-97.976886, 33.972862]]]
},
"type" : "Feature",
"properties" : {
"LAYERS" : "0",
"PATH" : "./TIGER2011/ADDRFEAT/tl_2011_48337_addrfeat",
"WEO_TYPE" : "WEO_FEATURE",
"EXTS" : "shp;shx;dbf;prj",
"WEO_MISCELLANEOUS_FILE" : "No"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment