Is there a way to have mappoint read both county / state data && lat lon data and then use show-map to choose which data to display?
This is a discussion on use mutliple locations columns in source file: county lat lon within the MapPoint Desktop Discussion forums, part of the Map Forums category; Is there a way to have mappoint read both county / state data && lat lon data and then use ...
Is there a way to have mappoint read both county / state data && lat lon data and then use show-map to choose which data to display?
Hi,
ObjectsFromPoint returns a collection witch can be streets, country, state, etc. What is the data you want to display ?
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
I am reading using import data link...
Set .DSetPtr = .MPapp.ActiveMap.DataSets.LinkData(DataBook.FullNa me + "!" + WSProcess.Name, _
"PRIMARY KEY", myGeoHeader, geoCountryUnitedStates, , geoImportExcelR1C1)
My geoHeader has county state lat lon all enabled (e.g., geofieldregion1, region2, lat, lon) the importlink only reads the LatLo by default - I need all the records and then use geoShowby (latLon or Region1) as the command so I don't need to re-import the same data twice?
Call .DSetPtr.DisplayDataMap(geoDataMapTypePushpin, _
ObjField, geoShowByLatLong, geoCombineByNone, geoRangeTypeNone, _
geoRangeOrderDefault, -1)
Hi,
Sorry I dont understeand your question. Can you clarify ?
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
There are currently 1 users browsing this thread. (0 members and 1 guests)