Created
September 29, 2022 12:25
-
-
Save paragasu/b644d73390cc290f0734763a37d387c4 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", | |
"name": "31ha", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "Name": "5°40'16.75\"N 116° 0'48.20\"E", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.013388888888997, 5.67131944444444 ] } }, | |
{ "type": "Feature", "properties": { "Name": "5°40'10.11\"N 116° 0'39.76\"E", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.011044444443996, 5.669475 ] } }, | |
{ "type": "Feature", "properties": { "Name": "5°40'8.25\"N 116° 0'29.74\"E", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.008261111110997, 5.66895833333333 ] } }, | |
{ "type": "Feature", "properties": { "Name": "5°40'33.79\"N 116° 0'33.98\"E", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.009438888888994, 5.67605277777778 ] } }, | |
{ "type": "Feature", "properties": { "Name": "5°40'32.88\"N 116° 0'41.08\"E", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.011411111111002, 5.6758 ] } }, | |
{ "type": "Feature", "properties": { "Name": "31 ha", "description": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.0094389, 5.6760528 ], [ 116.0088601, 5.6741099 ], [ 116.0082611, 5.6689583 ], [ 116.0110444, 5.669475 ], [ 116.0114994, 5.6699888 ], [ 116.0132804, 5.6710992 ], [ 116.0134735, 5.6714088 ], [ 116.0113653, 5.6760263 ], [ 116.0107752, 5.6762184 ], [ 116.0100617, 5.6761864 ], [ 116.0094389, 5.6760528 ] ] ] } }, | |
{ "type": "Feature", "properties": { "Name": "A2", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.012416666666994, 5.6733 ] } }, | |
{ "type": "Feature", "properties": { "Name": "A1", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.013388888888997, 5.67131944444444 ] } }, | |
{ "type": "Feature", "properties": { "Name": "point B1", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.012019444443993, 5.67418611111111 ] } }, | |
{ "type": "Feature", "properties": { "Name": "B2", "description": null }, "geometry": { "type": "Point", "coordinates": [ 116.013433333332998, 5.67134444444444 ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment