Hi Marcelo, I still debugging your code to do a heatmap,
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? 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]>
> .
> 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.