|
@ -72,7 +72,7 @@ const draw = () => { |
|
|
for (let i = 0; i < normalPosList.length; i += 3) { |
|
|
for (let i = 0; i < normalPosList.length; i += 3) { |
|
|
const x = normalPosList[i].x * mapCanvas.widthScale; |
|
|
const x = normalPosList[i].x * mapCanvas.widthScale; |
|
|
const y = normalPosList[i].y * mapCanvas.heightScale; |
|
|
const y = normalPosList[i].y * mapCanvas.heightScale; |
|
|
const circle = drawCircle(x, y, 2, '#c7d4ca'); |
|
|
const circle = drawCircle(x, y, 2, '#D5D8DC'); |
|
|
mapCanvas.layer.add(circle); |
|
|
mapCanvas.layer.add(circle); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|