Skip to content

Instantly share code, notes, and snippets.

@drivendata
Created March 1, 2016 02:54
Show Gist options
  • Save drivendata/478bf8ef0dff3d46611d to your computer and use it in GitHub Desktop.
Save drivendata/478bf8ef0dff3d46611d to your computer and use it in GitHub Desktop.
Locations in DrivenData's Fog Water Competition
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Vicinity of fog nets",
"marker-size": "small",
"marker-color": "#ca0020"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.012517,
29.231080
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Agadir-Al Massira Airport",
"City": "Agadir",
"Country": "Morocco",
"Airport Code": "AGA",
"marker-symbol": "airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.4152446,
30.3250046
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Guelmim Airport",
"City": "Guelmim",
"Country": "Morocco",
"Airport Code": "GLN",
"marker-symbol": "airport"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.0532447,
29.0249227
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment