导入.geojson 559 B

12345678
  1. {
  2. "type": "FeatureCollection",
  3. "name": "CX4",
  4. "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
  5. "features": [
  6. { "type": "Feature", "properties": { "fid": 1.0, "mj_222": 155512.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.500603859063062, 18.310480521379489 ], [ 109.502538969273729, 18.308781400218894 ], [ 109.501170232783224, 18.307554257158458 ], [ 109.497016825501788, 18.307554257158447 ], [ 109.49687523207173, 18.310150136709378 ], [ 109.500603859063062, 18.310480521379489 ] ] ] ] } }
  7. ]
  8. }