Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mbernasocchi/6610122 to your computer and use it in GitHub Desktop.
Save mbernasocchi/6610122 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Tim Sutton",
"Committer": "Yes",
"First Commit Message": "Added support for grayscale tifs too.",
"First Commit Date": "31-12-2003",
"GIT Nickname": "timlinux"
},
"geometry": {
"type": "Point",
"coordinates": [
20.443990230560303,
-34.01992347338913
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Marco Hugentobler",
"Committer": "Yes",
"First Commit Message": "Changes in the display behaviour of qgsmapcanvas (updating the screen, avoid flickering when paning).",
"First Commit Date": "15-06-2003",
"GIT Nickname": "mhugent"
},
"geometry": {
"type": "Point",
"coordinates": [
8.536376953125,
47.368594345213374
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Marco Bernasochi",
"Committer": "No",
"GIT Nickname": "mbernasocchi",
"First Commit Date": "25-03-2011"
},
"geometry": {
"type": "Point",
"coordinates": [
9.252706468105316,
46.789811217009586
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment