What I ended up doing was where ever I had duplicate events at the
same location, was to add more fields to the .js file (start2, start3,
end2, end 3), and then updated the .html file to display those in the
map-lens if they existed.

                    <div class="date-range">
                    <span ex:content=".start"></span> -
                    <span ex:content=".end"></span><br />

                    <span ex:if-exists=".start2">
                    <span ex:content=".start2"></span> -
                    <span ex:if-exists=".end2">
                    <span ex:content=".end2"></span>
                    </span><br />

                    <span ex:if-exists=".start3">
                    <span ex:content=".start3"></span> -
                    <span ex:if-exists=".end3">
                    <span ex:content=".end3"></span>
                    </span>

This works fine as long as you want to display the same image... and I
could use the same process if I wanted different URL's for each trip/
event.

Thanks again for your help guys.

On Dec 26, 5:49 pm, Warf <[email protected]> wrote:
> Thanks a lot David and David!
> All of your suggestions have helped.
>
> I am curious about the multiple item bubble as when you select an item
> from this bubble, the resulting bubble is having some dimensions
> passed to it. Resulting in a very wide bubble instead of the bubble
> you would get if you didn't go through the selection bubble.
>
> If I could just have a bubble that drew the info from the three items,
> or maybe I can combine them into 1 item with three separate date
> ranges?
>
> thanks again, this API is awesome, nice work!
>
> Dave
>
> > >> 4) Where do you control the menu like pop-up that appears when there
> > >> is multiple items at the same location?
>
> > It's in
> >    http://static.simile.mit.edu/exhibit/api-2.1.0/scripts/util/views.js
> > Look for
> >     Exhibit.ViewUtilities.fillBubbleWithItems
--~--~---------~--~----~------------~-------~--~----~
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