Last active
May 29, 2021 23:15
-
-
Save prl900/0318072742f1608a489fd5a57d6a268e 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": { | |
"name": "Property A", | |
"area": 4.54 | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
150.0124740600586, | |
-30.457848406458837 | |
], | |
[ | |
150.062255859375, | |
-30.46554267283795 | |
], | |
[ | |
150.06534576416016, | |
-30.452225289045764 | |
], | |
[ | |
150.047492980957, | |
-30.44985756358743 | |
], | |
[ | |
150.047492980957, | |
-30.44275404209449 | |
], | |
[ | |
150.02723693847656, | |
-30.439794088698164 | |
], | |
[ | |
150.02552032470703, | |
-30.44985756358743 | |
], | |
[ | |
150.01522064208984, | |
-30.447193803690862 | |
], | |
[ | |
150.0124740600586, | |
-30.457848406458837 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Property B", | |
"area": 6.19 | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
149.98346328735352, | |
-30.59728646852649 | |
], | |
[ | |
149.98260498046875, | |
-30.60024162945578 | |
], | |
[ | |
150.00148773193357, | |
-30.602901197223805 | |
], | |
[ | |
150.0098991394043, | |
-30.600832650825176 | |
], | |
[ | |
150.01951217651367, | |
-30.60349220236775 | |
], | |
[ | |
150.00560760498047, | |
-30.57984918454714 | |
], | |
[ | |
149.9875831604004, | |
-30.56950355076771 | |
], | |
[ | |
149.98346328735352, | |
-30.59728646852649 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Property C", | |
"area": 12.45 | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
149.95582580566406, | |
-31.285592721861654 | |
], | |
[ | |
149.9736785888672, | |
-31.18725252282966 | |
], | |
[ | |
149.89402770996094, | |
-31.175503570791758 | |
], | |
[ | |
149.85729217529297, | |
-31.23482086383209 | |
], | |
[ | |
149.84939575195312, | |
-31.26446555575282 | |
], | |
[ | |
149.95582580566406, | |
-31.285592721861654 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment