Details
Description
Per http://forum.civicrm.org/index.php?topic=35051.0, when loading an event site over HTTPS, the map javascript is not included on the map. Thus the event map does not display as expected.
Can the file be included with CiviCRM resources locally? or configurable to use either?
This will stop:
Blocked loading mixed active content "http://openlayers.org/api/OpenLayers.js"
and
ReferenceError: OpenLayers is not defined
var map = new OpenLayers.Map("osm_map");
from being displayed.