feat: draw borders

This commit is contained in:
Azgaar 2022-10-01 15:32:00 +03:00
parent a6d777aecb
commit 50edcb4e30
8 changed files with 182 additions and 111 deletions

View file

@ -74,7 +74,8 @@ async function generate(options?: IGenerationOptions) {
// renderLayer("burgs");
// renderLayer("routes");
renderLayer("states");
renderLayer("labels");
renderLayer("borders");
// renderLayer("labels");
// pack.cells.route.forEach((route, index) => {
// if (route === 2) drawPoint(pack.cells.p[index], {color: "black"});