function renderHighRes(path) {
context.beginPath(), path(land50m), context.globalAlpha = 1.0, context.fill();
context.beginPath(), path(grid.minor), context.strokeStyle = "#aaa", context.globalAlpha = 0.4, context.stroke();
context.beginPath(), path(grid.major), context.strokeStyle = "#aaa", context.globalAlpha = 0.8, context.stroke();
context.beginPath(), path(grid.horizon), context.strokeStyle = "#000", context.stroke();
}