2
Mở tệp GeoJSON với hình học hỗn hợp trong QGIS?
Nếu tôi có tệp GEOJson, ví dụ: tệp có tên test.js với bên trong: { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": {"type": "Point", "coordinates": [102.0, 0.5]}, "properties": {"prop0": "value0"} }, { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] …