Scale
All checks were successful
Harita Build ve Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
gitmuhammedalbayrak
2025-11-20 18:49:21 +03:00
parent a20089462a
commit 2eb2099887
2 changed files with 3 additions and 2 deletions

2
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,2 @@
{
}

View File

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