Skip to content

Instantly share code, notes, and snippets.

@sweenzor
Created June 15, 2013 00:08
Show Gist options
  • Select an option

  • Save sweenzor/5786185 to your computer and use it in GitHub Desktop.

Select an option

Save sweenzor/5786185 to your computer and use it in GitHub Desktop.
Testing out geojson support
Display the source blob
Display the rendered blob
Raw
{
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
-80.66080570220947,
35.04939206472683
]
},
{
"type": "Point",
"coordinates": [
-80.66181570220147,
35.04337206472383
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment