From 5cc2ccad7b2b747e34d4e8ca1194847474dad8dd Mon Sep 17 00:00:00 2001 From: gitmuhammedalbayrak Date: Thu, 20 Nov 2025 18:57:28 +0300 Subject: [PATCH] Scale yeniden update. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c21d64d..9a6406f 100644 --- a/index.html +++ b/index.html @@ -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]);