refactor: generate relations

This commit is contained in:
Azgaar 2022-09-04 16:38:46 +03:00
parent 907e916b45
commit 73431ec743
10 changed files with 204 additions and 14 deletions

View file

@ -126,7 +126,7 @@ export function generatePrecipitation(heights: Uint8Array, temperatures: Int8Arr
return precipitation;
}
// TODO: move to renderer
// TODO: move to renderers
function drawWindDirection() {
const wind = prec.append("g").attr("id", "wind");