Skip to content

Instantly share code, notes, and snippets.

@rogergcc
Created August 13, 2020 05:27
Show Gist options
  • Save rogergcc/ca463ab30c22cbb2a38b9f71e2c14bb1 to your computer and use it in GitHub Desktop.
Save rogergcc/ca463ab30c22cbb2a38b9f71e2c14bb1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#ff0073",
"stroke-width": 1.5,
"stroke-opacity": 1,
"fill": "#ffc7d5",
"fill-opacity": 0.5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-70.4168701171875,
-17.460712710429785
],
[
-71.20788574218749,
-18.370165939044668
],
[
-69.6148681640625,
-18.50044745847508
],
[
-70.4168701171875,
-17.481671724450752
],
[
-70.4168701171875,
-17.460712710429785
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment