Created
November 6, 2019 04:47
-
-
Save prl900/efeeec928b4aa8882e5ca5fbd41aabef 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": [ | |
[ | |
[ | |
135.4, | |
-32.5 | |
], | |
[ | |
135.5, | |
-32.5 | |
], | |
[ | |
135.5, | |
-32.6 | |
], | |
[ | |
135.4, | |
-32.6 | |
], | |
[ | |
135.4, | |
-32.5 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment