Skip to content

Instantly share code, notes, and snippets.

@tsamaya
Last active May 23, 2016 13:46
Show Gist options
  • Save tsamaya/20cd12a681dffdcd5e080dd5b1c548c5 to your computer and use it in GitHub Desktop.
Save tsamaya/20cd12a681dffdcd5e080dd5b1c548c5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7e7eff",
"marker-size": "medium",
"marker-symbol": "",
"name": "SW"
},
"geometry": {
"type": "Point",
"coordinates": [
0.11269277246094589,
52.20551065709678
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#ff7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "NE"
},
"geometry": {
"type": "Point",
"coordinates": [
0.11955922753907089,
52.20749132083035
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment