Google map on Web Browser Control - Web Form on Access 2010 (1 Viewer)

Dhamdard

Dad Mohammad Hamdard
Local time
Tomorrow, 00:41
Joined
Nov 19, 2010
Messages
103
On an access 2010 web database, I want to show Google map using a web browser control on a form. I created a fusion table on Google map. Here is the link: https://www.google.com/fusiontables/...d=S1526005m-d3

I paste this link to the 'Insert Hyperlink' menu of web browser control. But it does not display the map. It says 'Loading...' but it never loads. Attached is a snapshot from the web browser control. What I need to do differently?

Many thanks,
Dad
 

Attachments

  • WBC.png
    WBC.png
    30 KB · Views: 592

spikepl

Eledittingent Beliped
Local time
Today, 22:11
Joined
Nov 3, 2010
Messages
6,142
I have no idea but I cannot see your link: it requires me to be logged in into google, and then it says I don't have the rights to view. Could be something similar at your end.
 

Dhamdard

Dad Mohammad Hamdard
Local time
Tomorrow, 00:41
Joined
Nov 19, 2010
Messages
103
Thanks for the reply. I tried to change setting of the fusion table to public that means anyone can view the map without sing-in. But it didn't work again. It displays the same message 'Loading...' but it never loads.

Here is the link again:

https://www.google.com/fusiontables/DataSource?snapid=S1526304rcB3

Many thanks,
Dad
 

spikepl

Eledittingent Beliped
Local time
Today, 22:11
Joined
Nov 3, 2010
Messages
6,142
I tried this (A2010, W7):
Code:
Private Sub Command1_Click()
    Me.WebBrowser0.Navigate "https://www.google.com/fusiontables/DataSource?snapid=S1526304rcB3"
End Sub

Sign in was required. But thereafter it just says Loading ...
 

Dhamdard

Dad Mohammad Hamdard
Local time
Tomorrow, 00:41
Joined
Nov 19, 2010
Messages
103
Finally, I found the solution. I should have used the embedded link not the usual URL. Fusion Tables generate embedded link automatically by click on 'Get embeddable link' available at the top of the map.

Thanks,
Dad
 

Users who are viewing this thread

Top Bottom