//add shp public void addSHPLayer(string layername, string fullPath, Color color, int width, MapHandle.config.ProjPara pjPara) { SHPLayer shplayer = new SHPLayer(); //shplayer.getCFG(cfg); mapControl1.addSHP(shplayer.getSHPLayer(layername, fullPath, color, width, pjPara)); }
//add shp public void addSHPLayer(string layername, string fullPath, Color color, int width, MapHandle.config.ProjPara pjPara) { SHPLayer shplayer = new SHPLayer(); //shplayer.getCFG(cfg); mapControl1.addSHP(shplayer.getSHPLayer(layername, fullPath,color, width, pjPara)); }