Created
September 23, 2019 14:44
-
-
Save perusio/358713d672ebc2790ea3eb386cad93aa to your computer and use it in GitHub Desktop.
Geostore found image not available through OneAtlas API. Australia.
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", | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
149.81162153184414, | |
-29.686312128918402, | |
0 | |
], | |
[ | |
149.8129941523075, | |
-29.786718957621602, | |
0 | |
], | |
[ | |
149.89539094269276, | |
-29.786152709610597, | |
0 | |
], | |
[ | |
149.89143602550027, | |
-29.685657349383668, | |
0 | |
], | |
[ | |
149.81162153184414, | |
-29.686312128918402, | |
0 | |
] | |
] | |
] | |
}, | |
"properties": { | |
"name": "AOI", | |
"styleUrl": "#redAreaOfInterestOutline", | |
"styleHash": "-304d1c85" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment