ThinkGeo.com    |     Documentation    |     Premium Support

Overlaying javascript heatmap on thinkgeo winforms application

Hi,

I am trying to implement Heat map (with my data) on Thinkgeo Desktop edition. I am able to do it. But its not accurate and not satisfying client’s requirements in the form appearance.

I saw some Google maps API sample for Heat map , it looks so nice and much better compared to our Desktop edition. and its shown below

Ref: https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap

but here they have used javascript with google api…

Now my need is , can I able to do the same in my Desktop edition example with help Javascript?

And

Can i use javascript with winforms application?, If so please help me on this.

Thanks in advance,
Ashok

Hi Ashok,

I think our desktop edition cannot require the Google JavaScript library, and we don’t have experience to call JavaScript in winform application.

If it’s a WebBrowser control in your application, you can call JavaScript Function like this: webBrowser1.Document.InvokeScript(“function”, objects);

But for our map I don’t think it can works.

Regards,

Don