Yeah but to hooking the click handler means you have to modify the map view. I would suggest a way to define a constructor on marker creation, similar to what you do with mapConstructor. That way you make shure that every manipulation you what to do to with the data point say add such click handler to overlay a polygon defined in a kml is executed everytime reconstruct is invoked.
On Nov 19, 1:52 pm, David Huynh <[EMAIL PROTECTED]> wrote: > Marko wrote: > > On 17 nov, 19:46, ILVC <[EMAIL PROTECTED]> wrote: > > >> Actually I was talking about polygons being part of the data. <snip> > > > This is exactly what I am looking for right now. I am building a huge > > time line for an large city district that is under heavy construction. > > For my data I use Google Docs and I want one field where I can put an > > url for a kml-file. The result would be that if you click on a entry > > about a building/road on the timeline, you will see the exact outline > > of this building or road on the map. > > > Ideas on how to accomplish this, would be very nice ;-) > > Google Maps supports loading KML files directly. > > http://code.google.com/apis/maps/documentation/services.html#XML_Over... > Just hook in a click handler in the timeline. > > David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
