Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created June 7, 2013 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/5730548 to your computer and use it in GitHub Desktop.
Save wboykinm/5730548 to your computer and use it in GitHub Desktop.
GeoJSON Example
{
"features":[
{
"id":"{{Partnership ID}}",
"properties":{
"name":"{{Partnership Name}}",
"description":"{{Description}}",
"sector":"{{Sector}}",
"country":"{{Country}}",
"status":"{{Status}}",
"start_date":"{{Start Date}}",
"end_date":"{{End Date}}",
"total_invest":{{Total Lifetime Investment}},
"usg_invest":{{USG Investment}},
"non_usg_invest":{{Non-USG Investment}}
},
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
{{longitude}},
{{latitude}}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment