[]
Read GeoJSON data from the specified stream.
public static List<VectorItemBase> Read(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream with GeoJSON data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | The collection of vector items. |