Hi,
I'm new to ThinkGeo, so I have few newbie questions. :)
My application will have a WCF/WS returning event related data and we'll want to display these events on a map. What is the best approach in displaying these events on the UI? Should I implement a new custom datasource/feature source/feature layer like one of the demo? Or just dynamically draw the features using InMemoryMarkerOverlay? I do want custom fields show up on markers when user either hover or click on the marker.
Secondly, I also want the ability to "filter" based on custom fields, like when the event is happening. When the user select a radio button that shows events within 10 days, the map should only display these events. What is the best way to accomplish this?
thanks for your help!