Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 166: Line 166:
d.stats = true;
d.stats = true;
w.map.prepareMap();
w.map.prepareMap();
prepareColourTable();
prepareDataTable();
}).catch(err => { throw err });
}).catch(err => { throw err });
}).catch(err => { throw err });
}).catch(err => { throw err });
Line 171: Line 173:
w.map.prepareMap();
w.map.prepareMap();
}
}
}
};
function prepareColourTable() {
console.log("prepareColourTable");
};
function prepareDataTable() {
console.log("prepareDataTable");
};


}() );
}() );

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