Scale yeniden update.

This commit is contained in:
gitmuhammedalbayrak
2025-11-20 18:57:28 +03:00
parent 2eb2099887
commit 5cc2ccad7b

View File

@@ -117,7 +117,7 @@
// Standard projection - we'll rotate the entire SVG group
const projection = d3.geoNaturalEarth1()
.scale(240)
.scale(250)
.center([0, 0])
.translate([width / 2, height / 2]);