View Single Post

  #1 (permalink)  
Old 09-10-2002
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
how to skip wrong pushpinsymbol and map style, using datamap

Hi,

I would like to show my recorded gps locations on a normal GeoMapStyleRoad map.
I like to use some special pushpinsymbols.

It works, but when mappoint is doing this, at first I get the normal black pushpins, then the datatype map ,and then everything starts to change like I want it, meaning other pushpin symbols (selected in arrayofpushpinsymbols) and the routestyle map (GeoMapStyleRoad)

Can anyone tell me how to skip this "unwanted view"????

Thanks for your advice,

wim


Set objdataset = objmap.datasets.ImportData("c:\gps\pushpinall.txt" , xfieldarray, geoCountryTheNetherlands, geoDelimiterSemicolon, geoImportFirstRowIsHeadings)
Set objfield = objdataset.Fields("speed")
Set objdatamap = objdataset.DisplayDataMap(geoDataMapTypeMultipleSy mbol, _
objfield, geoShowByLatLong, geoCombineByNone, geoRangeTypeDiscreteEqualRanges, _
geoRangeOrderDefault, , 8, arrayofcustomvalues, , , , arrayofpushpinsymbols)
objdataset.zoomto
objmap.MapStyle = geoMapStyleRoad
Reply With Quote