latLngToContainerPoint([d[0], d[1]]); ctx.beginPath(); ctx.arc(dot.x, dot.y, 3, 0, Math.PI * 2); ctx.fill(); ctx.closePath(); } } }; </script> </body> ...
確定! 回上一頁