}
if (showTileCoordinates) {
pg.fill(0);
String infoText = (int) coord.column + ", " + (int) coord.row + "\nz: " + (int) coord.zoom;
pg.text(infoText, pg.width / 2 - pg.textWidth(infoText) / 2, pg.height / 2 - 10);
}
if (showDebugBorder) {
pg.strokeWeight(2);
pg.stroke(255, 0, 0, 100);