Hi Drew,

Those changes could be made to Exhibit 2.0, yes.  There are a number of
things that should happen around map views and Exhibit, though: switch
to Google Maps 3.0, dispose of references to API keys, change to the new
hostname, and adapt the view to Exhibit 3.0, Scripted and Staged.

We unfortunately do not have that work planned during our current
Exhibit 3.0 work.  I use the map view feature quite a bit and can't see
Exhibit 3.0 going without it for long.  If someone wants to contribute
the code necessary for it before we find the time to do so, I'm sure a
lot of users would be grateful.

On 10/6/11 6:45 AM, Drew wrote:
> 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.

Reply via email to