Пример #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     //link the map to the pan control
     EGIS.ShapeFileLib.ShapeFile.MapFilesInMemory = false;
     MapPanControl1.SetMap(SFMap1);
 }
Пример #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            //link the map to the pan control

            MapPanControl1.SetMap(SFMap1);
        }