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
dd48b7ab1d
commit
bbdfe99bb7
1 changed files with 3 additions and 3 deletions
|
@ -75,14 +75,14 @@ function draw() {
|
|||
// Titulo
|
||||
fill(255,200);
|
||||
stroke(255);
|
||||
rect(585, 365, 170, 120);
|
||||
rect(605, 385, 170, 120);
|
||||
fill(0);
|
||||
textStyle(BOLD);
|
||||
textSize(12);
|
||||
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 380, 150, 80);
|
||||
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 400, 150, 80);
|
||||
textStyle(NORMAL);
|
||||
textSize(12);
|
||||
text("Datos reales frente a datos según Plan de Colonización", 600, 430, 150, 80);
|
||||
text("Datos reales frente a datos según Plan de Colonización", 620, 450, 150, 80);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue