Created
January 14, 2019 02:14
-
-
Save Synesso/8f1df3b8116a7ba36900b7a6b837dc8a 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": [ | |
[ | |
[ | |
153.45590472221375, | |
-28.09741421783722 | |
], | |
[ | |
153.45615684986115, | |
-28.09710189143753 | |
], | |
[ | |
153.45532536506653, | |
-28.09669965155335 | |
], | |
[ | |
153.45518052577972, | |
-28.096827422032895 | |
], | |
[ | |
153.45590472221375, | |
-28.09741421783722 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment