Created
November 20, 2014 22:08
-
-
Save leighghunt/de4c668b8f60bd4db44e to your computer and use it in GitHub Desktop.
Resultant geometry
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": [ | |
[ | |
[ | |
176.29791634200012, | |
-41.54147766699998 | |
], | |
[ | |
174.7924804690001, | |
-41.54147766699998 | |
], | |
[ | |
174.7924804690001, | |
-40.03631606499994 | |
], | |
[ | |
175.10009765600012, | |
-40.04443758499997 | |
], | |
[ | |
175.0781250000001, | |
-41.19518982899996 | |
], | |
[ | |
176.2866210940001, | |
-41.21172151099995 | |
], | |
[ | |
176.29791634200012, | |
-41.54147766699998 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment