Map Plot Specific Country


Author
Message
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
Posts: 71, Visits: 1
Hopefully I found that I have to supply the shapefile for the specific country
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
Posts: 71, Visits: 1
I am trying this example

NEsriMap map = new NEsriMap();
NEsriShapefile file = map.Add(@"C:\Maps\countries.shp");
file.NameColumn = "CNTRY_NAME";
file.TextColumn = "CNTRY_NAME";
map.Read();
map.ImportShapes(document, document.Bounds);

it plots the world map

i want to know how to show only a country like "canada"

i try to replace CNTRY_NAME by canada, but still shows the whole world map
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search