Skip to content

Instantly share code, notes, and snippets.

@panchicore
Created May 10, 2018 12:46
Show Gist options
  • Save panchicore/a7d84a9042027e3297ef136f81b485b7 to your computer and use it in GitHub Desktop.
Save panchicore/a7d84a9042027e3297ef136f81b485b7 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": "#000000",
"marker-size": "medium",
"marker-symbol": ""
},
"geometry": {
"type": "Point",
"coordinates": [
-72.45964050292969,
7.903511015036512
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#fefcff",
"fill-opacity": 0.5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-79.453125,
0.3515602939922709
],
[
-59.72167968749999,
0.3515602939922709
],
[
-59.72167968749999,
12.726084296948196
],
[
-79.453125,
12.726084296948196
],
[
-79.453125,
0.3515602939922709
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment