This is the GeoJSON, it’s the first data row with the closing braces and bracket
{
“type”: “FeatureCollection”,
“name”: “GIS_Cemetery_Plots_01”,
“crs”: { “type”: “name”, “properties”: { “name”: “urn:ogc:def:crs:OGC:1.3:CRS84” } },
“features”: [
{ “type”: “Feature”, “properties”: { “OBJECTID”: 1, “FeatId1”: 1668.0, “PLOT_NUM”: 3.0, “SUB_BLOCK”: 2.0, “BLOCK”: 1.0, “BLOCK_1”: 1.0, “SUB_BLOC_1”: 2.0, “PLOT_NUM_1”: 3.0, “BLOCK_SU_1”: “1;2;3”, “FIRST_NA”: “JOHN”, “LAST_NA”: “DOE”, “RESERVED”: “N”, “A_K_A_”: null, “FIRST_NA_2”: null, “LAST_NA_2”: null, “FIRST_NA_3”: null, “LAST_NA_3”: null, “F13”: null, “Shape_Leng”: 0.00010284529727000001, “Shape_Area”: 3.8193906129300001e-10 }, “geometry”: { “type”: “MultiPolygon”, “coordinates”: [ [ [ [ -110.794020139999986, 50.065609614000039 ], [ -110.793977721999966, 50.065609539000036 ], [ -110.793977759999962, 50.065600535000044 ], [ -110.794020178999972, 50.065600610000047 ], [ -110.794020139999986, 50.065609614000039 ] ] ] ] } }
]
}
I noticed that syntax shown on the GeoJSON.org site is different
{
“type”: “Feature”,
“geometry”: {
“type”: “Point”,
“coordinates”: [125.6, 10.1]
},
“properties”: {
“name”: “Dinagat Islands”
}
}
-
This reply was modified 6 years, 11 months ago by
wdprafael.
-
This reply was modified 6 years, 11 months ago by
wdprafael.