mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 21:11:22 +01:00
mapa parcelas
This commit is contained in:
parent
0e0a34b40b
commit
4d4816913c
1 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ function draw() {
|
||||||
//var nbr = String.prototype.toUpperCase(nombres[n]);
|
//var nbr = String.prototype.toUpperCase(nombres[n]);
|
||||||
if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0);
|
if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0);
|
||||||
else fill(0);
|
else fill(0);
|
||||||
stroke(255);
|
noStroke();
|
||||||
textStyle(BOLD);
|
textStyle(BOLD);
|
||||||
|
|
||||||
text(nombres[n], x[n], y[n]-10);
|
text(nombres[n], x[n], y[n]-10);
|
||||||
|
@ -74,15 +74,15 @@ function draw() {
|
||||||
|
|
||||||
// Titulo
|
// Titulo
|
||||||
fill(255,200);
|
fill(255,200);
|
||||||
stroke(255);
|
stroke(155);
|
||||||
rect(605, 375, 170, 120);
|
rect(605, 375, 170, 120);
|
||||||
fill(0);
|
fill(0);
|
||||||
textStyle(BOLD);
|
textStyle(BOLD);
|
||||||
textSize(12);
|
textSize(12);
|
||||||
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80);
|
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80);
|
||||||
textStyle(NORMAL);
|
textStyle(NORMAL);
|
||||||
textSize(12);
|
textSize(11);
|
||||||
text("Datos reales frente a datos según Plan de Colonización", 620, 440, 150, 80);
|
text("Interacción con el ratón: Datos reales (verde) frente a datos según Plan de Colonización (blanco)", 620, 440, 150, 80);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue