Hi Marcelo, sorry by my english misunderstanding, by debugging I mean try to repeat, try to understand for myself, I've never want to say that there is a bug on your code. Here in Brazil we adopt (very wrong) a lot of english IT words giving a nearby meaning from the mother language. I'm sorry, I still trying to repeat your code.
Regards, Júlio César Chaves On Sat, Mar 20, 2010 at 5:07 AM, Marcelo <[email protected]> wrote: > On Mar 20, 2:00 am, Júlio César Chaves <[email protected]> wrote: > > Hi Marcelo, I still debugging your code to do a heatmap, > > > > You're *debugging* my code? I am not aware of any bugs in that little > mashup. :) > > > > So, in the MCustomTileLayer.js we have these code: > > > > ... > > MCustomTileLayer.prototype.getTileUrl = function(p,z) { > > return > > 'http://'+window.location.host+'/cgi-bin/getTiles.pl?t='+this.theme+'&x='+p > .x+'&y='+p.y+'&z='+z+'&r=' > > + Math.random();} > > > > ... > > > > This is the responsible part for mount the points and values to do the > > heatmap? > > There are no points and values involved. > Look at where that function is called from and you'll see that it is > only returning a URL to be used in an IMG element. > The name of the object is also a hint, MCustomTileLayer, it is a > "custom tile layer" that the script is loading. Tiles are images. > > -- > Marcelo - http://maps.forum.nu > -- > > > > > > Could you comment about it? > > > > > > > > > > > Regards, > > > > Júlio César Chaves > > > > On Sun, Mar 14, 2010 at 1:06 PM, julio.010101 <[email protected] > >wrote: > > > > > > > > > Marcelo, I mean exactly it, I'm very glad that this exists, many > > > thanks. This job is for my master thesis, so please let me know if you > > > have a way to cite you. My next steps are evolved in doing GMAPS to > > > read my database with coordinates and clustering values. > > > I have an article in this area, (http://eventos.nacad.ufrj.br/ > > > index.php?option=com_content&view=article&id=96&Itemid=41) but it is > > > only in portuguese yet "AVALIAÇÃO DE IMPACTOS SOCIOECONÔMICOS ATRAVÉS > > > DE DADOS GEOESTATÍSTICOS E INTELIGÊNCIA COMPUTACIONAL" (Evaluating > > > socioeconomic impacts with geostatistics data and computational > > > intelligence), I can send you a PDF if you want it. > > > > > Best regards, > > > Júlio > > > > > On Mar 14, 4:22 am, Marcelo <[email protected]> wrote: > > > > > > You mean, like a heatmap?http://maps.forum.nu/v3/gm_customTiles.html > > > > > > -- > > > > Marcelo -http://maps.forum.nu > > > > -- > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Maps JavaScript API v3" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.
