PImage img;
void setup() {
size(400,400);
img = loadImage("http://maps.google.com/maps/api/staticmap?center=Berkeley,CA&zoom=14&size=400x400&sensor=false","jpg");
image(img,0,0,width,height);
}
Instead of passing an nromal image we have passed a google static image. From this we can now add points onto the map. This can be done with google api or can be done in the processing package.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Step 1: First you need to download and install python. You can get a python installation from http://www.python.org/download/ Step 2: now...
-
In this file i purposely made mistakes to see what would happen. I hope this helps
-
to settup the database for Django step 1: go to the settings file ENGINE': 'django.db.backends.sqlite3', # Add 'postgresq...
No comments:
Post a Comment