Skip to content

Instantly share code, notes, and snippets.

@delboy1978uk
Last active August 6, 2019 12:02
Show Gist options
  • Save delboy1978uk/bacf8e75806954002ee2807988a21ac7 to your computer and use it in GitHub Desktop.
Save delboy1978uk/bacf8e75806954002ee2807988a21ac7 to your computer and use it in GitHub Desktop.
{
"type": "Feature",
"id": "SEA",
"properties": {
"name": "The Sea",
"risk": 0
},
"style": {
"backgound-color": "light-blue"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180.000000,
-90.000000
],
[
180.000000,
-90.000000
],
[
180.000000,
90.000000
],
[
-180.000000,
90.000000
],
[
-180.000000,
-90.000000
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment