Thread: DisplayDataMap
View Single Post

  #1 (permalink)  
Old 02-28-2006
chpw chpw is offline
Junior Member
Yellow Belt
 
Join Date: Dec 2004
Posts: 23
DisplayDataMap

Hi all,

have imported a set of records and want to show it using DisplayDataMap() as a multiple symbol map (geoDataMapTypeMultipleSymbol). The problem is I need exactly one symbol per record (primary key) , no combination. Which value for the showDataBy argument should I use? I've tried geoShowByLatLong and geoShowByStreetAddress and the results are okay if really all values are given and different. This may be invalidatet in further use of my application. Also the tooltip texts of the symbols are like "Amount for street adress" but it shold be "Amount by object number" where "object number" is the primary key attribute of the dataSet.
Any hints?

TIA

Chris Werner
Reply With Quote