// Ski resort placemarkers //ctx.fillStyle = "rgba(200, 0, 0, 0.7)"; // Zermatt //ctx.beginPath(); //ctx.arc(440, 600 , 10, 0, Math.PI*2, true); //ctx.closePath(); ctx.stroke(); //ctx.fillRect (430, 590, 30, 30);