Widget:FestivalsNavigationMapEnglish: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 15: Line 15:
}
}


var initNavMap = function() {
function initNavMap () {
     var navigationMapOptions = {
     var navigationMapOptions = {
           center: new google.maps.LatLng(53.06473844328687,-1.5260696411132812),
           center: new google.maps.LatLng(53.06473844328687,-1.5260696411132812),
Line 75: Line 75:
}
}


var loadGoogleMaps = function() {
function loadGoogleMaps () {
     var script = document.createElement('script');
     var script = document.createElement('script');
     script.onload = function () {
     script.onload = function () {

Revision as of 19:37, 21 May 2019

This widget displays the navigation map on English country and administrative division landing pages in the festivals section of IRHB. It takes no parameters.