On Mar 20, 2:28 pm, Júlio César Chaves <[email protected]> wrote: > 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.
No big deal. (Notice the smiley after my comment) :) > I'm sorry, I still trying to repeat your code. I'm not sure what you're trying to repeat. The code from that example will not draw a heatmap for you. It is just an example that shows you how to display custom tiles and set their opacity, regardless of what those tiles are for. Note that the code for displaying counties is identical, except for one parameter. You might want to do some reading on custom maps: http://econym.org.uk/gmap/custommap.htm That tutorial is based on V2, but the principles are the same. -- Marcelo - http://maps.forum.nu -- > > 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%2B > > > > [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%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]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
