Hi,
I have an application where I use EntityFramework (MSSQL database ) to show the attribute table of data with a geometry column. this geometry column contains (multi) polygons .
I want to show a “miniature” image / …...the rendered shapes, lines, points //use to write in stream var...GeometryCollection { new Point(10, 20), new LineString(new[] {new Point(30, 40)...