Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Forked from sebleier/#lawrence.geojson
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefftriplett/3dd58addd6360d88847d to your computer and use it in GitHub Desktop.
Save jefftriplett/3dd58addd6360d88847d 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": [
-95.242942,
38.969247
]
},
"properties": {
"marker-symbol": "bar",
"name": "Jeff Triplett",
"city": "Lawrence"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment