Skip to content

Instantly share code, notes, and snippets.

@toastdriven
Forked from sebleier/#lawrence.geojson
Created May 23, 2014 20:07
Show Gist options
  • Save toastdriven/f0ef7d401f66e9b5d286 to your computer and use it in GitHub Desktop.
Save toastdriven/f0ef7d401f66e9b5d286 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-120.645249,
35.271810
]
},
"properties": {
"marker-symbol": "bar",
"name": "Sean Bleier",
"city": "San Luis Obispo"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-95.223559,
38.956835
]
},
"properties": {
"marker-symbol": "bar",
"name": "Daniel Lindsley",
"city": "Lawrence"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment