Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created December 10, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/18836fde796918752d0c to your computer and use it in GitHub Desktop.
Save anonymous/18836fde796918752d0c 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": "Salle Archimède",
"marker-symbol": "building"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1488,
48.8129
]
}
},
{
"type": "Feature",
"properties": {
"name": "CROUS",
"notes": "students' line",
"price": "students: 3€20, other: 6€92",
"type": "restaurant",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1496134996414185,
48.812360511008
]
}
},
{
"type": "Feature",
"properties": {
"name": "CROUS",
"notes": "employees line",
"price": "students: 3€20, other: 6€92",
"type": "restaurant",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1501821279525757,
48.81212735789022
]
}
},
{
"type": "Feature",
"properties": {
"name": "CROUS cafetieria",
"price": "2€-6€",
"type": "cafeteria",
"marker-symbol": "fast-food"
},
"geometry": {
"type": "Point",
"coordinates": [
2.147848606109619,
48.812964584496775
]
}
},
{
"type": "Feature",
"properties": {
"name": "Le Valgrace",
"price": "3€-8€",
"type": "foodtruck",
"marker-symbol": "fast-food"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1492218971252437,
48.81028329048654
]
}
},
{
"type": "Feature",
"properties": {
"name": "Le Picardie",
"type": "restaurant",
"price": "12€-20€",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.144506573677063,
48.80782619491197
]
}
},
{
"type": "Feature",
"properties": {
"name": "Le Valmont",
"type": "restaurant",
"price": "40€-60€",
"website": "http://levalmont.com/",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1322274208068848,
48.805828280789505
]
}
},
{
"type": "Feature",
"properties": {
"name": "Le sans souci",
"type": "restaurant",
"price": "9€-11€50",
"address": "49 rue de Montreuil",
"website": "http://www.le-sans-souci.fr/",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.145429253578186,
48.80483901002716
]
}
},
{
"type": "Feature",
"properties": {
"name": "Le bistrot de Montreuil",
"type": "bistrot",
"price": "10€-15€",
"address": "69 rue de Montreuil",
"marker-symbol": "restaurant"
},
"geometry": {
"type": "Point",
"coordinates": [
2.147129774093628,
48.80470298377122
]
}
},
{
"type": "Feature",
"properties": {
"name": "Rue de Montreuil",
"type": "restaurants, shops",
"marker-symbol": "village"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1438735723495483,
48.80506336421462
]
}
},
{
"type": "Feature",
"properties": {
"name": "underground parking",
"marker-symbol": "car"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1482133865356445,
48.81067895817311
]
}
},
{
"type": "Feature",
"properties": {
"name": "underground parking",
"marker-symbol": "car"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1318519115448,
48.806847562573275
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment