Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread andy
Hi Luis, On 1 February 2016 at 19:43, Luis Miguel Morillas wrote: > And .Comune is the correct path/attribute that contains the label you > want to show? What's the data schema you are using in the exhibit? > Do you have an example of the data? > ".Comune" is only the name

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread andy
On 1 February 2016 at 21:40, Luis Miguel Morillas wrote: > Yes, the idea is to use the name of a field of a collection or > related. Is there some kind of error in the inspector? > You are very very kind and I'm forced to build a public demo. 15 minutes and I will be with

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
Yes, the idea is to use the name of a field of a collection or related. Is there some kind of error in the inspector? Saludos, -- luismiguel (@lmorillas) 2016-02-01 21:31 GMT+01:00 andy : > > On 1 February 2016 at 20:05, andy wrote: >> >> >> ".Comune"

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
New src/extensions/map/scripts/map-view.js file has a new markerLabelPoint attribute (line 78) that manages the new info. Saludos, -- luismiguel (@lmorillas) 2016-02-01 20:05 GMT+01:00 andy : > Hi Luis, > > On 1 February 2016 at 19:43, Luis Miguel Morillas

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread andy
On 1 February 2016 at 20:05, andy wrote: > > ".Comune" is only the name of the field. In my schema I have not defined a > type, I have only one type. > Can I use only the name of the field? Thank you -- Andrea Borruso website: http://blog.spaziogis.it GEO+ geomatica in

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
Thanks David You must rebuild the bundled files or use the bundle=false for testing, Andy Use this code with caution because I'm testing it and we are thinking on a better approach. Saludos, -- luismiguel (@lmorillas) 2016-02-01 23:19 GMT+01:00 David Karger : > I had to

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread David Karger
I had to make this request too many times, so there's a new parameter that you can put into the url of a web page to cause its exhibit library to load unbundled. e.g. in this case

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
Can you set the bundle=false param in main exhibit and maps extension links? Saludos, -- luismiguel (@lmorillas) 2016-02-01 22:25 GMT+01:00 andy : > > On 1 February 2016 at 21:40, Luis Miguel Morillas > wrote: >> >> Is there some kind of error in the

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread andy
On 1 February 2016 at 23:15, Luis Miguel Morillas wrote: > Can you set the bundle=false param in main exhibit and maps extension > links? > Saludos, > Great!! Thank you Luis, thank you David, thank you great community! -- Andrea Borruso website: http://blog.spaziogis.it

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
2016-02-01 9:37 GMT+01:00 Andrea Borruso : > > > Hi Luis, > thank you very much. > > On Monday, 1 February 2016 08:36:47 UTC+1, Luis Miguel Morillas wrote: >> >> I forgot Andrea. We have got this data maps running on >> this production site: http://innovacion.educa.aragon.es

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Andrea Borruso
Hi Luis, thank you very much. On Monday, 1 February 2016 08:36:47 UTC+1, Luis Miguel Morillas wrote: > > I forgot Andrea. We have got this data maps running on > this production site: http://innovacion.educa.aragon.es which has this > iframe for now >

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Luis Miguel Morillas
And .Comune is the correct path/attribute that contains the label you want to show? What's the data schema you are using in the exhibit? Do you have an example of the data? Maybe next week I can work on a better solution. I want to talk with David about it. Saludos, -- luismiguel

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-02-01 Thread Andrea Borruso
Hi Luis, once again than you > The custom header in the bubble for multiple items is a hack I've done > in the exhibit source code [1] We are discussing it with David because > it isn't the best approach, but we needed a quick solution for this > issue so I wrote this code some months ago.

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-01-31 Thread Andrea Borruso
Hi Luis, On Monday, 15 June 2015 23:42:24 UTC+2, Luis Miguel Morillas wrote: > > > > [1] http://goo.gl/M4Ordg > [2] http://goo.gl/R56GMW > [3] https://goo.gl/e6S0VZ > Saludos, > I would like to look at your two examples above, because I would like to add a custom heading to cluster bubble

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2016-01-31 Thread Luis Miguel Morillas
I forgot Andrea. We have got this data maps running on this production site: http://innovacion.educa.aragon.es which has this iframe for now http://innovacion.educa.aragon.es/visual2/mapa_innovacion.html. Saludos, -- luismiguel (@lmorillas) 2016-02-01 8:15 GMT+01:00 Luis Miguel Morillas

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2015-06-15 Thread David Karger
What did you solve? What wasn't working, and how did you fix it? On 6/12/2015 4:45 PM, Luis Miguel Morillas wrote: Solved. My example with dom injected at http://programaseducativosaragon.es/visualizaciones/recursos.html Saludos, -- luismiguel (@lmorillas) 2015-06-11 17:50 GMT+02:00

Re: [Simile-Widgets] Re: Testing data-ex-onshow

2015-06-15 Thread Luis Miguel Morillas
Hi David, The lenses must inject different iframe elements depending on the type of the video resources: youtube[1] or googledocs[2] or other. I had problems if I wanted to modify existing DOM (i.e. changing attributes to existing iframe), but I could add elements to the lenses' div [3] [1]

[Simile-Widgets] Re: Testing data-ex-onshow

2015-06-12 Thread Luis Miguel Morillas
Solved. My example with dom injected at http://programaseducativosaragon.es/visualizaciones/recursos.html Saludos, -- luismiguel (@lmorillas) 2015-06-11 17:50 GMT+02:00 Luis Miguel Morillas moril...@gmail.com: I'm having problems running data-ex-onshow. I want to inject content in