Created
November 6, 2019 04:35
-
-
Save prl900/3d0819d000f94b96b28b9ef197f730f2 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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
130.7, | |
-25.25 | |
], | |
[ | |
130.8, | |
-25.25 | |
], | |
[ | |
130.8, | |
-25.35 | |
], | |
[ | |
130.7, | |
-25.35 | |
], | |
[ | |
130.7, | |
-25.25 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment