Skip to content

Instantly share code, notes, and snippets.

@sbrunner
Created September 3, 2013 06:54
Show Gist options
  • Save sbrunner/6420462 to your computer and use it in GitHub Desktop.
Save sbrunner/6420462 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Ecublens",
"tel": "033 456789123"
},
"geometry": {
"type": "Point",
"coordinates": [
6.574287414550781,
46.53985319316517
]
}
},
{
"type": "Feature",
"properties": {
"tel": "021 123 456 789",
"name": "Prilly"
},
"geometry": {
"type": "Point",
"coordinates": [
6.607761383056641,
46.54587479918904
]
}
},
{
"type": "Feature",
"properties": {
"name": "Lausanne",
"tel": "022 123456879"
},
"geometry": {
"type": "Point",
"coordinates": [
6.647930145263672,
46.51741387987041
]
}
},
{
"type": "Feature",
"properties": {
"name": "toto",
"Tél": "021 456789123"
},
"geometry": {
"type": "Point",
"coordinates": [
6.604499816894531,
46.527689873863785
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment