ThinkGeo.com    |     Documentation    |     Premium Support

Help with Highlight a Feature While Hovering

In the websamples there is an example of highlight a feature while hovering, however the code is very sparse.


 


I see the code for the highlight overlay colors, but what is the action that actually registers the hover, and highlights the feature??


 


Is this all done on the client?? 



Eric, 
  
 Are you talking about “Highlight a Feature While Hovering” sample? 
  
 We don’t need do anything in client side after add web map control there. 
  
 We register the hover and highlight the feature in our map control JS part, from the sample I think it should be implemented in client side, because this function looks don’t need communication with server side. 
  
 Regards, 
  
 Don

Nevermind, I see how it works now, thank you.



 In the sample, the .shp file is 218 k,  I am working with a a 48 MB shp file.  Do you have any suggestions on how to make this work, with a file this size I am seeing load times of over 1 minute, and this is just local, on the net this would never work.


 


Any ideas???


 


Thanks,


 


Eric



Hi Eric,


You are right, this way won't works well if your data is big, attached is a sample which should be helpful.


It implement how to highlight a feature by click via callback, you only need change it to hovering. You can add timer for that or try to find a function from OpenLayers.


Regards,


Don



001_InteractWithMapPoints.zip (393 KB)

Thanks 


Eric, 
  
 You are welcome. 
  
 Regards, 
  
 Don