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 / svg / png of the polygon / shape in a row or detail view in my application.
I have not been able to do this with Aspose.Gis.
What I was expecting was that I can use Aspose.Gis to instanciate a Aspose.Gis.Feature.Geometry and then just have to say … Feature.ToSVG or Feature.ToPNG to get the image or svg data. base64 data is also ok and usable in a tabular form.
image.png (3.9 KB)
how can I do this with Aspose.Gis
Hope you can guide
Regards.
MC