Thanks David, I was testing it. I have it installed here http://programaseducativosaragon.es
The matter was that there were squared and rounded bubbles in the map and it confused me: * The squared when more than one item share the same point * The rounded when the item is shown Is it possible to add some info when the list is shown? I can show info about the place in the item (rounded) bubble, but not in the list (squared bubble) I'll test more it tomorrow and I'll let you know if I have some problem. Best, -- luismiguel (@lmorillas) 2015-06-08 23:36 GMT+02:00 David Karger <[email protected]>: > Luis, I've been doing some bubble work. The starting bubble is produced > by google maps itself as part of the marker functionality; the bubble you > get when clicking on one of the items *in* the bubble is produced by > exhibit's bubble code. I think google's bubbles also used to have round > corners. In theory we could make the inner bubbles square, but it will > require some refactoring and then they'd be inconsistent with the rounded > bubbles produced in other parts of exhibit (like timeline). > > I have modified exhibit to generate its (round corner) bubbles using css > instead of graphic images, and be a little bit smarter about placement, to > hopefully eliminate some of the occasional display artifacts we've seen in > the past. You can try this new code in the HEAD version of the api. > > > > On 05/31/2015 04:14 PM, Luis Miguel Morillas wrote: > >> I see when browsing a map >> ( >> http://simile-widgets.org/exhibit3/examples/billionaires/billionaires.html >> ) >> there are two kind of bubbles. If only a item is selected at a >> position (try India), exhibit shows an squared bubble that is in the >> map canvas. But if you select one location with more than one items ( >> try Saudi Arabia), when you select one of the items exhibit shows a >> rounded bubble that can be out the map canvas. >> >> Is it possible to use allways the same bubble (rounded) and how can I >> configure it? >> >> >> Best >> >> >> -- luismiguel (@lmorillas) >> >> > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/simile-widgets. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/d/optout.
