Widget:PlaceNamesNavigationMapEnglish: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 402: Line 402:
if (t === "nmnOverview") {
if (t === "nmnOverview") {
get("ctyMapLegend").style.display = "block";
get("ctyMapLegend").style.display = "block";
w.maps.resizeMaps();
get("map_leaflet_1").style.display = "block";
get("map_leaflet_1").style.display = "block";
w.maps.resizeMaps();
var aW = getComputedStyle(get("map_leaflet_1")).getPropertyValue("width");
get("map_leaflet_1").style.width = "100px";
get("map_leaflet_1").style.width = aW + "px";
} else if (t === "nmnNav") {
} else if (t === "nmnNav") {
get("navMap").style.display = "block";
get("navMap").style.display = "block";

Revision as of 19:35, 26 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.