mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-07 22:11:29 +02:00
parcelas
This commit is contained in:
parent
5d9f176e22
commit
72783abf22
2 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@ function setup() {
|
|||
var as = 519. / 800.;
|
||||
zoom = .95;
|
||||
|
||||
var framesWidth = document.getElementbyId("#p5").offsetWidth;
|
||||
var framesHeight = document.getElementbyId("#p5").offsetHeight;
|
||||
var framesWidth = document.getElementById("#p5").offsetWidth;
|
||||
var framesHeight = document.getElementById("#p5").offsetHeight;
|
||||
|
||||
createCanvas(framesWidth,framesHeight);
|
||||
nombres = new Array("Norte","Duero","Ebro","Pirineo","Jucar","Tajo","Guadiana","Guadalquivir","Sur", "Segura", "Baleares y Canarias");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue