Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 9, 2014 21:01
Show Gist options
  • Save anonymous/fdfa550b4b61f086dd2b to your computer and use it in GitHub Desktop.
Save anonymous/fdfa550b4b61f086dd2b to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Class": "",
"League": "California Collegiate League",
"Team": "San Luis Blues",
"Ballpark": "Sinsheimer Park"
},
"geometry": {
"type": "Point",
"coordinates": [
-120.64682632684708,
35.26679867198569
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment