Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 256: Line 256:
m.prepareMap = function() {
m.prepareMap = function() {
var mp = get(m.curMap);
//var mp = get(m.curMap);
var mp = get("choroMap");
var width = 496, height = 550;
var width = 496, height = 550;
var projection = d3.geo.conicEqualArea()
var projection = d3.geo.conicEqualArea()
Line 396: Line 397:
m.curMap = "choroMap";
m.curMap = "choroMap";
}
}
console.log("OKs");
m.initMap();
m.initMap();
};
};

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