ThinkGeo.com    |     Documentation    |     Premium Support

Different display point map one sharpfile

 hi


 i have one sharpfile in dbf one column different group values (ex. 1,2). when display sharp on map have radiobuttom select display


1. first show all data


2. display special values equal 1


3. display special values equal 2


other if i have two sharpfile and dbf column same. when display sharp on map have radiobuttom select display


1. select sharpfile1


   1.1 select show all data


   1.2 display special values equal 1


   1.3 display special values equal 2



2. select sharpfile2


   2.1 select show all data


   2.2 display special values equal 1


   2.3 display special values equal 2



3. get data in  circle with radius
4. input values to calculate model and update one column in all database
thank you



now i can show layer by values but show layer in overlays. i want show in base overlay or in instructions part 
 thank you

continue or if select values 1 (overlays values other and all values not show)

Hi Thanom, 

Thanks for your questions!


It sounds like you successfully have your map displaying layers using different values. I am not sure what you mean by 'i want show in base overlay or in instructions part'. Do you want to add a BaseOverlay to your map that will display under your layers? If so you can easily do this by setting: Overlay.IsBaseOverlay = true;


To get data within a drawn circle you will need to conduct a Spatial Query. For an excellent example of how this is done, check out the folllowing ThinkGeo Wiki sample here: wiki.thinkgeo.com/wiki/Map_S...rack_Shape