Draw map dynamically by .shp file

392 Views Asked by At

I am working on a c# project where i have to draw a map on the basis of shape(.shp) file. Is there any kind of library in c# by which i can dynamically create maps with the provided shapefile?

1

There are 1 best solutions below

1
On

There is the ESRI ArcObject library, but it requires an ArcGIS license.

You could also give a try to those open source libraries: SharpMap, EasyGIS.NET or DotSpatial

DotSpatial and EsayGIS.NET seems to be the best choices.