Skip to content

Instantly share code, notes, and snippets.

@smit1678
Created August 28, 2013 09:30
Show Gist options
  • Save smit1678/6364110 to your computer and use it in GitHub Desktop.
Save smit1678/6364110 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": "Point3",
"num_events": "5"
},
"geometry": {
"type": "Point",
"coordinates": [
35.18646240234375,
31.912827511184737
]
}
},
{
"type": "Feature",
"properties": {
"name": "Point5",
"num_events": "3"
},
"geometry": {
"type": "Point",
"coordinates": [
35.197792053222656,
31.92098720813286
]
}
},
{
"type": "Feature",
"properties": {
"name": "Point 1",
"num_events": "7"
},
"geometry": {
"type": "Point",
"coordinates": [
35.173587799072266,
31.89009311090308
]
}
},
{
"type": "Feature",
"properties": {
"name": "Point 4",
"num_events": "8"
},
"geometry": {
"type": "Point",
"coordinates": [
35.189552307128906,
31.89329958436951
]
}
},
{
"type": "Feature",
"properties": {
"": ""
},
"geometry": {
"type": "Point",
"coordinates": [
35.21547317504883,
31.905687182659783
]
}
},
{
"type": "Feature",
"properties": {
"name": "Point 2",
"num_events": "20"
},
"geometry": {
"type": "Point",
"coordinates": [
35.16551971435547,
31.909038834436906
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment