Skip to content

Commit

Permalink
Alaska clipAngle(30) angle(7.8)
Browse files Browse the repository at this point in the history
fixes d3#174
  • Loading branch information
Fil committed Jan 2, 2020
1 parent 69e689a commit b755db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified img/modifiedStereographicAlaska.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/modifiedStereographic.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export function modifiedStereographicAlaska() {
return modifiedStereographic(alaska, [152, -64])
.scale(1500)
.center([-160.908, 62.4864])
.clipAngle(25);
.clipAngle(30)
.angle(7.8);
}

export function modifiedStereographicGs48() {
Expand Down

0 comments on commit b755db3

Please sign in to comment.