Skip to content

Instantly share code, notes, and snippets.

@macbre
Last active August 29, 2015 14:05
Show Gist options
  • Save macbre/e85f06ffbf17074b182f to your computer and use it in GitHub Desktop.
Save macbre/e85f06ffbf17074b182f to your computer and use it in GitHub Desktop.
GeoJSON
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection",
"features":[
{"type":"Feature","geometry":{"type":"Point","coordinates":[42.400469999999999,-71.2577]},
"properties":{"id":"foo","name":"Waltham, MA"}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[42.990189999999998,-71.462590000000006]},
"properties":{"id":"bar","name":"Manchester, NH"}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[-96.757239999999996,32.909770000000002]},
"properties":{"id":"test","name":"TI Blvd, TX"}}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment