Created
March 28, 2021 08:28
-
-
Save nfour/026f3a21824025d2878a84894089dfa5 to your computer and use it in GitHub Desktop.
brisbane example geojson multipolygon
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.03654670715332, | |
-27.456873675342035 | |
], | |
[ | |
153.0344009399414, | |
-27.45314164675282 | |
], | |
[ | |
153.03955078125, | |
-27.451237501876623 | |
], | |
[ | |
153.0450439453125, | |
-27.45093283564565 | |
], | |
[ | |
153.04701805114746, | |
-27.446667420048946 | |
], | |
[ | |
153.04487228393555, | |
-27.443696765328394 | |
], | |
[ | |
153.03594589233398, | |
-27.448647812088396 | |
], | |
[ | |
153.02701950073242, | |
-27.452456158384614 | |
], | |
[ | |
153.0253028869629, | |
-27.455807394347453 | |
], | |
[ | |
153.02959442138672, | |
-27.46052941761487 | |
], | |
[ | |
153.03337097167966, | |
-27.464718139947536 | |
], | |
[ | |
153.0344009399414, | |
-27.470658236875387 | |
], | |
[ | |
153.0277919769287, | |
-27.471039001400456 | |
], | |
[ | |
153.0219554901123, | |
-27.467383607652902 | |
], | |
[ | |
153.01491737365723, | |
-27.468145158015123 | |
], | |
[ | |
153.01500320434567, | |
-27.47621726832192 | |
], | |
[ | |
153.02324295043945, | |
-27.482004455116364 | |
], | |
[ | |
153.0362892150879, | |
-27.482385180430793 | |
], | |
[ | |
153.04512977600098, | |
-27.477587945301025 | |
], | |
[ | |
153.0458164215088, | |
-27.46631742830567 | |
], | |
[ | |
153.06315422058105, | |
-27.458396916019456 | |
], | |
[ | |
153.03654670715332, | |
-27.456873675342035 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment