size(800, 600, OPENGL);
// size(1920, 1080, OPENGL);
map = new UnfoldingMap(this);
map.setTweening(false);
map.zoomAndPanTo(13, new Location(1.283f, 103.833f));
map.setPanningRestriction(new Location(1.283f, 103.833f), 30);
eventDispatcher = new EventDispatcher();
tuioCursorHandler = new TuioCursorHandler(this, false, map);
eventDispatcher.addBroadcaster(tuioCursorHandler);