Skip to content

Commit

Permalink
rescale modifiedStereographicAlaska to show the Aleutian Islands in full
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Jan 2, 2020
1 parent b755db3 commit 3b9b3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.
2 changes: 1 addition & 1 deletion src/modifiedStereographic.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var alaska = [[0.9972523, 0], [0.0052513, -0.0041175], [0.0074606, 0.0048125], [

export function modifiedStereographicAlaska() {
return modifiedStereographic(alaska, [152, -64])
.scale(1500)
.scale(1400)
.center([-160.908, 62.4864])
.clipAngle(30)
.angle(7.8);
Expand Down

0 comments on commit 3b9b3ea

Please sign in to comment.