Skip to content

Instantly share code, notes, and snippets.

@elf-pavlik
Last active August 29, 2015 14:05
Show Gist options
  • Save elf-pavlik/e0827143587649f45ced to your computer and use it in GitHub Desktop.
Save elf-pavlik/e0827143587649f45ced to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"githubUsername": "Kusti"
},
"geometry": {
"type": "Point",
"coordinates": [
13.397126,
52.508214
]
}
},
{
"type": "Feature",
"properties": {
"githubUsername": "gnomet"
},
"geometry": {
"type": "Point",
"coordinates": [
25.021918,
60.156217
]
}
},
{
"type": "Feature",
"properties": {
"githubUsername": "rap1ds"
},
"geometry": {
"type": "Point",
"coordinates": [
25.021918,
60.156217
]
}
},
{
"type": "Feature",
"properties": {
"githubUsername": "repomies"
},
"geometry": {
"type": "Point",
"coordinates": [
25.021918,
60.156217
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment