次の方法で共有


SpatialFeatureCollection type

各機能がプロパティで をgeometryId指定する GeoJSONFeatureCollection

type SpatialFeatureCollection = FeatureCollection<LineString | MultiLineString | Polygon | MultiPolygon | Point | MultiPoint, [key: string]: any>