导入.geojson 677 B

12345678
  1. {
  2. "type": "FeatureCollection",
  3. "name": "CX2_4326",
  4. "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
  5. "features": [
  6. { "type": "Feature", "properties": { "fid": 1.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.676143921403394, 18.379843575031469 ], [ 109.713666377227341, 18.3962541246526 ], [ 109.739956485406879, 18.387545831110888 ], [ 109.745709063268777, 18.352450223463762 ], [ 109.723890888662851, 18.328883018281157 ], [ 109.676207084914111, 18.316039384212889 ], [ 109.653232874458993, 18.334454584250864 ], [ 109.649207710226563, 18.362693735192511 ], [ 109.676143921403394, 18.379843575031469 ] ] ] ] } }
  7. ]
  8. }