Skip to content

Commit cefa296

Browse files
committed
reduce gnomonic clip angle
1 parent 2543501 commit cefa296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ex/d3/gnomonic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</script>
77
<script id="1" type="module" pinned="">
88
const height = Math.max(640, width);
9-
const projection = d3.geoGnomonic().scale(width / 6).translate([width / 2, height / 2]).clipAngle(90);
9+
const projection = d3.geoGnomonic().scale(width / 6).translate([width / 2, height / 2]).clipAngle(80);
1010
const outline = {type: "Sphere"};
1111
const graticule = d3.geoGraticule10();
1212
const land = topojson.feature(world, world.objects.land);

0 commit comments

Comments
 (0)