mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 21:11:22 +01:00
parcelas error touppercase
This commit is contained in:
parent
bc3b35f5c3
commit
375f00b6ea
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,9 @@ 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);
|
||||||
//textStyle(BOLD);
|
textStyle(BOLD);
|
||||||
text(nbr, x[n], y[n]-10);
|
|
||||||
|
text(nombres[n], x[n], y[n]-10);
|
||||||
textStyle(NORMAL);
|
textStyle(NORMAL);
|
||||||
if (compara(mc,color(colores[n]))) {
|
if (compara(mc,color(colores[n]))) {
|
||||||
text("Plan inicial: " + dim[n]+" Has", x[n], y[n]+5);
|
text("Plan inicial: " + dim[n]+" Has", x[n], y[n]+5);
|
||||||
|
|
Loading…
Reference in a new issue