summaryrefslogtreecommitdiff
path: root/vodaviz.pde
diff options
context:
space:
mode:
Diffstat (limited to 'vodaviz.pde')
-rw-r--r--vodaviz.pde4
1 files changed, 2 insertions, 2 deletions
diff --git a/vodaviz.pde b/vodaviz.pde
index e7ac204..70f6626 100644
--- a/vodaviz.pde
+++ b/vodaviz.pde
@@ -254,9 +254,9 @@ void setup(){
RG.ignoreStyles();
println("loaded svg in "+((millis()-m)*.001)+" seconds");
Ireland=new bitmapcountry("Ireland",0,0,0,0,0,0,shp.children[0]);
- Ireland.analyse(18.279,746.302,109,374.293);
+ Ireland.analyse(18.279,746.302,109,374.293,5);
data=new csvloader("calls.csv");
- calls=new calldata(data.data,shp,"countries5.xml",this);
+ calls=new calldata(data.data,shp,"countries5.xml",5,this);
background(255,255,255);
noFill();