Skip to content

Instantly share code, notes, and snippets.

@reinvented
Created August 13, 2013 01:34
Show Gist options
  • Save reinvented/6217057 to your computer and use it in GitHub Desktop.
Save reinvented/6217057 to your computer and use it in GitHub Desktop.
My Home and Office
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"My House": ""
},
"geometry": {
"type": "Point",
"coordinates": [
-63.124072551727295,
46.235746854948005
]
}
},
{
"type": "Feature",
"properties": {
"My Office": ""
},
"geometry": {
"type": "Point",
"coordinates": [
-63.127366304397576,
46.23363923402286
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment