Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 178: Line 178:
var e = window.IRHB.data.England;
var e = window.IRHB.data.England;
var c = window.IRHB.data.counties;
var c = window.IRHB.data.counties;
console.log(e);
console.log(c);
var tables = '<table class="bordertable expando" id="choropleth1" style="margin-bottom:-1px;">' +
var tables = '<table class="bordertable expando" id="choropleth1" style="margin-bottom:-1px;">' +

Revision as of 15:45, 2 June 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.