Has anybody been able to display Google Map with Visualize.js?

I've been able to display regular reports with Visualize.js but Google Map in the report is not being display. Has anybody been able to display Google Map in a report with Visualize.js?

I just dropped the Map component in the report and the map shows up when I view it from the Repository. I've tried with both 5.6.0 and 5.6.1.

hozawa's picture
190357
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

1 Answer:

I need to load Google Map script in my html file. The map came up after adding the line below.

<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>

 

Seems like I have to add script files that'll be used in the report to make Visualize.js work.

hozawa's picture
190357
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Feedback