Brian Croxall wrote:
> Hi all, I'm working on a proof of concept right now that mashes
> together the timelines that I've been using for the past 18 months
> along with a map view. I've been having trouble controlling the
> bubbles' width in the map view (although searching here helped me find
> a style hack that I can insert into the lens). This lead me to wonder
> if it would be possible to write different lenses for the timeline and
> the map view, so that different information came up when the event
> were clicked? (I've added a coordinator, so they open at the same
> time.)
>   
Definitely. You just write different lens templates inside the different 
views:

    <div ex:role="view" ex:viewClass="Timeline" ...>
           <div ex:role="lens">... timeline lens ...</div>
    </div>

    <div ex:role="view" ex:viewClass="Map" ...>
           <div ex:role="lens">... map lens ...</div>
    </div>

You might also want to use the painter service to generate small 
thumbnail images

http://service.simile-widgets.org/painter/painter?width=200&height=200&pin=false&icon=http://seattletimes.nwsource.com/ABPub/2007/11/22/2004029977.jpg
 
<http://service.simile-widgets.org/painter/painter?width=200&height=200&pin=false&icon=http://seattletimes.nwsource.com/ABPub/2007/11/22/2004029977.jpg>

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to