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));
}
}
}
}
Line 386: Line 385:
get("choroMapLegend3").style.color = "#4d8375";
get("choroMapLegend3").style.color = "#4d8375";
get("choroMapLegend3").style.cursor = "pointer";
get("choroMapLegend3").style.cursor = "pointer";
get("navMap").style.backgroundColor = "#f2f2f2";
get("navMap").style.backgroundColor = "#f9fafa";
get("choroMap").style.backgroundColor = "#f2f2f2";
get("choroMap").style.backgroundColor = "#f9fafa";
};
};



Revision as of 12:48, 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.