Widget:PlaceNamesNavigationMapEnglish: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 251: Line 251:
svg.attr("width", targetWidth);
svg.attr("width", targetWidth);
svg.attr("height", Math.round(targetWidth / aspect));
svg.attr("height", Math.round(targetWidth / aspect));
container.attr("height", Math.round(targetWidth / aspect));
//container.attr("height", Math.round(targetWidth / aspect));
}
}
}
}

Revision as of 19:48, 25 May 2019

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