Skip to content

Instantly share code, notes, and snippets.

@albertpark
Last active November 5, 2015 16:31
Show Gist options
  • Save albertpark/5df96983e34e48755512 to your computer and use it in GitHub Desktop.
Save albertpark/5df96983e34e48755512 to your computer and use it in GitHub Desktop.
GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-81.38302803039551,
28.53597289842307
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-82.03628540039062,
28.94086176940557
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-80.60531616210938,
28.080462098478346
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment