I am evaluating the web edition and have a few questions:
1. i noticed that the map component has a few overlays (static, dynamic, highlight, marker...). where can i find some info on what layers should be in each overlay? what are the differences in abilities between them? is there some concepts document?
2. i need to display over the map icons of vehicles who's location is updated in a DB every minute. i need to display text near the icon and to be able on client side to catch the click event of an icon. which overlay should be used for that?
3. in continuation with question 2, i need on client side js code to cause the overlay to refresh so that the icon locations will be updated. how do i do that?
thanks