We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2543501 commit cefa296Copy full SHA for cefa296
docs/ex/d3/gnomonic.html
@@ -6,7 +6,7 @@
6
</script>
7
<script id="1" type="module" pinned="">
8
const height = Math.max(640, width);
9
- const projection = d3.geoGnomonic().scale(width / 6).translate([width / 2, height / 2]).clipAngle(90);
+ const projection = d3.geoGnomonic().scale(width / 6).translate([width / 2, height / 2]).clipAngle(80);
10
const outline = {type: "Sphere"};
11
const graticule = d3.geoGraticule10();
12
const land = topojson.feature(world, world.objects.land);
0 commit comments