Implementation of Jarke J. van Wijk and Wim A.A. Nuij's smooth and efficient zooming and panning for Polymaps.
Type a place name in the search box, top right, and hit "Go!" to fly there.
import processing.pdf.*; | |
// Size of each cell in the grid, ratio of window size to video size | |
// 80 * 8 = 640 | |
// 60 * 8 = 480 | |
int videoScale = 8; | |
// Number of columns and rows in our system | |
int cols, rows; |
Implementation of Jarke J. van Wijk and Wim A.A. Nuij's smooth and efficient zooming and panning for Polymaps.
Type a place name in the search box, top right, and hit "Go!" to fly there.