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?
Asked
Active
Viewed 280 times
1 Answers
0
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.

Below the Radar
- 7,321
- 11
- 63
- 142
-
1Library recommendation tools are off-topic, please vote to close them instead of answering them. – user247702 Dec 06 '18 at 13:34