summaryrefslogtreecommitdiff
path: root/vodaviz.pde
diff options
context:
space:
mode:
authorgit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-02-20 00:55:07 +0000
committergit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-02-20 00:55:07 +0000
commit845583c9feabc291d146095996bfd2f04f2887a5 (patch)
treebdb0511021dedffa0b035ea4838173772f1db2ca /vodaviz.pde
parent6bc8d43cc205e00485c865de4b04d93c4270ff22 (diff)
sampling work
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();