Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 205: Line 205:
var idxLeics = 19;
var idxLeics = 19;
for (var i = 0; i < idxLeics; i++) {
for (var i = 0; i < idxLeics; i++) {
var cty = counties[i];
tables += getCountyData(cty, c[cty]);
}
tables += '</table>';
tables += '<table class="bordertable expando" id="choropleth2">';
for (var i = idxLeics; i < nCounties; i++) {
var cty = counties[i];
var cty = counties[i];
tables += getCountyData(cty, c[cty]);
tables += getCountyData(cty, c[cty]);

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