Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2013 15:11
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/6122836 to your computer and use it in GitHub Desktop.
Save anonymous/6122836 to your computer and use it in GitHub Desktop.
Gist from edit-GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "I'm small",
"radius":100
},
"geometry": {
"type": "Point",
"coordinates": [
-74.35546875,
40.78054143186031
]
}
},
{
"type": "Feature",
"properties": {
"title":"I'm okay",
"radius":200
},
"geometry": {
"type": "Point",
"coordinates": [
-77.6953125,
38.134556577054134
]
}
},
{
"type": "Feature",
"properties": {
"title":"I'll rule y'all",
"radius":300
},
"geometry": {
"type": "Point",
"coordinates": [
-84.814453125,
40.91351257612758
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment