Skip to content

Instantly share code, notes, and snippets.

@emillon
Created February 12, 2014 11:56
Show Gist options
  • Save emillon/8954203 to your computer and use it in GitHub Desktop.
Save emillon/8954203 to your computer and use it in GitHub Desktop.
Où manger après le spectacle ?
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"nom": "Mékong"
},
"geometry": {
"type": "Point",
"coordinates": [
2.3541292548179626,
48.84497536021865
]
}
},
{
"type": "Feature",
"properties": {
"nom": "Délice Jussieu"
},
"geometry": {
"type": "Point",
"coordinates": [
2.3550304770469666,
48.84408041706913
]
}
},
{
"type": "Feature",
"properties": {
"nom": "Libanais"
},
"geometry": {
"type": "Point",
"coordinates": [
2.3550814390182495,
48.844809435083036
]
}
},
{
"type": "Feature",
"properties": {
"nom": "Bagel Corner"
},
"geometry": {
"type": "Point",
"coordinates": [
2.354421615600586,
48.845552563588626
]
}
},
{
"type": "Feature",
"properties": {
"nom": "Japonais"
},
"geometry": {
"type": "Point",
"coordinates": [
2.3520290851593018,
48.84670871546728
]
}
},
{
"type": "Feature",
"properties": {
"nom": "Cocherel"
},
"geometry": {
"type": "Point",
"coordinates": [
2.355017066001892,
48.84426576163803
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment