Skip to content

Instantly share code, notes, and snippets.

@willrax
Last active December 27, 2015 13:09
Show Gist options
  • Save willrax/7331691 to your computer and use it in GitHub Desktop.
Save willrax/7331691 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type" : "FeatureCollection",
"features" : [
{
"type" : "Feature",
"properties" : {},
"geometry" : {
"type" : "Point",
"coordinates" : [ 198.5 , 36.5 ]
}
},
{
"type" : "Feature",
"properties" : {},
"geometry" : {
"type" : "Point",
"coordinates" : [ 201.9287109375 , 21.3 ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment