Hope you can help here.

Per this page:
  
http://www.simile-widgets.org/wiki/How_to_geocode_address_in_Exhibit_Map_View
we're unable to register our Google map key using this script:
  <script rel='exhibit-extension' type='text/javascript' 
src='https://api.simile-widgets.org/exhibit/HEAD/extensions/map/map-extension.js?gmapKey=OUR-KEY'></script>

We've also tried '../map-extension.js?gmapkey=OUR-KEY' and 
'../map-extension.js?key=OUR-KEY'

We know that OUR-KEY is valid because we can load Google Maps using Google 
examples and using our implementations of d3.js.

Interestingly, Exhibit will load Google Maps properly from local-host (D: 
on Win10), but will not over https.

We've looked at:
  
https://api.simile-widgets.org/exhibit/HEAD/extensions/map/map-extension.js
and it appears ready to receive the APIKey
  var keyString = APIKey ? "key=" + APIKey + "&" : "";

What are we doing wrong?

/jay

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to