Skip to content

Instantly share code, notes, and snippets.

@wenqian-hu
Created October 17, 2017 23:39
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 wenqian-hu/38334d409d40358df1ab9dc9f88a265b to your computer and use it in GitHub Desktop.
Save wenqian-hu/38334d409d40358df1ab9dc9f88a265b to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"where": "Sacré Cœur",
"art-type": "action art",
"arrondissement": "18"
},
"geometry": {
"type": "Point",
"coordinates": [
3.080291748046875,
46.83107318799318
]
}
},
{
"type": "Feature",
"properties": {
"where": "Châtelet",
"art-type":"singing",
"arrondissment":"1"
},
"geometry": {
"type": "Point",
"coordinates": [
2.3430222272872925,
48.88680800798422
]
}
},
{
"type": "Feature",
"properties": {
"where": "Sèvres-Babylone",
"type": "guitar",
"arrondissement": "7"
},
"geometry": {
"type": "Point",
"coordinates": [
2.347404956817627,
48.858785817543584
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment