Widget:PlaceNamesNavigationMapEnglish: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 403: Line 403:
get("ctyMapLegend").style.display = "block";
get("ctyMapLegend").style.display = "block";
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";
w.maps.resizeMaps();
console.log("sdfsdfsdf");
} else if (t === "nmnNav") {
} else if (t === "nmnNav") {
get("navMap").style.display = "block";
get("navMap").style.display = "block";

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