mode / alamode

A community-maintained library of visualizations for Mode reports
MIT License
70 stars 67 forks source link

Multiple Google Maps maps on same report? #64

Closed yiweiOD closed 1 year ago

yiweiOD commented 1 year ago

Is there a way to have multiple google maps on the same report? I get an error if I just put two alamode.googleMap calls back to back. Thanks in advance!

yiweiOD commented 1 year ago

nevermind, figured it out. you can't call jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=" + apiKey, function() {}) multiple times so you just need to create all your maps within that single call.