ThinkGeo.com    |     Documentation    |     Premium Support

Popup for InMemoryFeatureLayer?

Hi Thinkgeo,


I need to plot 300+ points on the Map f or a particular layer. I am using InMemoryFeatureLayer.


I need to use display popup on Click of icon associated with Feature object which is slow as it doesPostBack. Any suggestion how should I get data from server so that I could display on Client side using JavaScript.


Regards,


Anil



Hi Anil,



Here I provide a sample which may be helpful for you. The procedure in this project is as below:



 1. Click the feature object on the map

 2. Invoke RaiseCallbackEvent by using JavaScript

 3. On server side, serialize server data to callback result 

 4. On client side, parse the callback result and create your own popup


Please feel free to ask us if you have any questions.


Thanks,


Ivan



CallbackSample.zip (15.2 KB)

Thanks Ivan.It works great. 
  
 Regards, 
 Anil

Hi Anil, 
  
 You are welcome. Please feel free to ask us if you encounter any issues, we’ll do our best to help. 
  
 Thanks, 
 Ivan