Thx for the fast answer!
I found an easy way by just adding a listener:
GEvent.addListener(map, 'click', function(overlay, point) {
if (overlay) {
map.removeOverlay(overlay);
} else if (point) {
alert(point);
map.addOverlay(new GMarker(point));
}
});
I actually included sucessfully the exhibit framework in the
proprietary CMS called contentXXL. It works brilliant and i hope to
post the reference in about 1-2 months.
Keep it running!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---