ThinkGeo.com    |     Documentation    |     Premium Support

Handeling Multiple results from the same feature

I am going to present the same feature copule of times as a marker overlay (on same spot)


I am interested if the is any in-the-box method for handling more then 1 feature


for example i got 2-3 articles which are using the same marker overlay - once the marker is clicked it would show XYZ and would let you choose which ever article you wish


is there anything out of the box for that or should i create my own handler event? 



 


Hi, Itay
I don’t know which MarkerOverlay you are utilizing, InMemeoryMarkerOverlay or SimpleMarkerOverlay?
Anyway, I think that the ContentHtml property of Popup could help you with that, and it allows users to add any necessary information that they want, and finally it will be rendered as html on the client-side.
If you want to get more detailed or custom information for the marker, and creating your own httphandler to customize the popup content depend on your requirements.
If I misunderstand your meaning please correct me and provide us more clear scenario for you web app.
Thanks,
Khalil