Skip to content

Instantly share code, notes, and snippets.

@gavinr
Created February 12, 2018 18:19
Show Gist options
  • Save gavinr/aa5542ecf0ebfed6cfd1f91da24fe99e to your computer and use it in GitHub Desktop.
Save gavinr/aa5542ecf0ebfed6cfd1f91da24fe99e to your computer and use it in GitHub Desktop.
Create a pull request with your location!
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "Gavin",
"favorite color": "blue"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.32958984375,
38.63939998171362
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment