Skip to content

Instantly share code, notes, and snippets.

@blturner
Forked from sebleier/#lawrence.geojson
Last active August 29, 2015 14:01
Show Gist options
  • Save blturner/293b0504be4906fe82a9 to your computer and use it in GitHub Desktop.
Save blturner/293b0504be4906fe82a9 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"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.333056,
47.609722
]
},
"properties": {
"marker-symbol": "bar",
"name": "Ben Turner",
"city": "Seattle"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment