Read this this morning (http://googlegeodevelopers.blogspot.com/
2011/10/grab-bag-of-maps-api-news.html)
"we have updated all of our documentation to recommend that the Maps
APIs be loaded from maps.googleapis.com rather than maps.google.com or
maps-api-ssl.google.com"
Would these changes be made in the map-extension.js file? Around lines
50 - 56?
if (Exhibit.MapExtension.params.service == "google") {
if (Exhibit.params.gmapkey) {
scriptURLs.push("http://maps.google.com/maps?
file=api&v=2&key=" + Exhibit.params.gmapkey);
} else if (Exhibit.MapExtension.params.gmapkey) {
scriptURLs.push("http://maps.google.com/maps?
file=api&v=2&key=" + Exhibit.MapExtension.params.gmapkey);
} else if (!("GMap2" in window)) {
scriptURLs.push("http://maps.google.com/maps?
file=api&v=2");
}
Is there anywhere else?
Will Exhibit 3.0 account for this?
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.