mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
mapa parcelas
This commit is contained in:
parent
69145ad3c7
commit
6d55f77f50
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function setup() {
|
|||
|
||||
|
||||
function draw() {
|
||||
background(0,0);
|
||||
background("#cad2d3");
|
||||
// capas
|
||||
for (var n = 0; n < ids.length; n++) {
|
||||
if (dimr[n] != -1) image(capas[n],0,0);
|
||||
|
|
Loading…
Reference in a new issue