Created
August 13, 2020 05:27
-
-
Save rogergcc/ca463ab30c22cbb2a38b9f71e2c14bb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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