Displaying information when mouse gets over markers on a Google Map (with FusionTips javascript, or any other solution...)

StackOverflow https://stackoverflow.com/questions/21350964

Pregunta

I am trying to get some information displayed when the mouse gets over markers on a Google map (without having to click on the marker).

These markers and their information come from a Google fusion table, and this works OK.

Therefore I am trying to use the "FusionTips" library : http://gmaps-utility-gis.googlecode.com/svn/trunk/fusiontips/docs/reference.html


Here is my page : http://Bus.w.pw/FusionTips.html (you can click on the markers)


I get the following error : "error, code=403 message=Forbidden reason=forbidden" from fusiontips.js, line 308

Maybe this error is related to a "google API key" issue?

But as you can see I have tried to use a google API key in my code.

Therefore any help would be greatly appreciated!

Thanks in advance

Best regards

¿Fue útil?

Solución

Download is not allowed in the fusion table. That is required to use the FusionTables API v1.0 to access the data. Download needs to be allowed to use FusionTips.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top