-3

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?

Below the Radar
  • 7,321
  • 11
  • 63
  • 142

1 Answers1

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