Skip to content

Commit

Permalink
Added Sine Series to ProjectionList project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Jenny committed Apr 24, 2017
1 parent cac3a34 commit 8c02213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ProjectionList/UI.js
Expand Up @@ -106,6 +106,8 @@ function getProjection(projectionName) {
return new Robinson();
case "Sinusoidal":
return new Sinusoidal();
case "SineSeries":
return new SineSeries();
case "Strebe1995":
return new Strebe1995();
case "Tobler1":
Expand Down
1 change: 1 addition & 0 deletions ProjectionList/index.html
Expand Up @@ -59,6 +59,7 @@ <h1 id="title">A Compilation of Projections Included in CanvasMap</h1>
<option value="PlateCarree">Plate Carr&eacute;e (Equirectangular &phi;&#8320; = 0&deg;)</option>
<option value="PutninsP4P">Putnins P4'</option>
<option value="Robinson">Robinson</option>
<option value="SineSeries">Sine Series</option>
<option value="Sinusoidal">Sinusoidal</option>
<option value="Strebe1995">Strebe 1995</option>
<option value="Tobler1">Tobler Alternate I</option>
Expand Down

0 comments on commit 8c02213

Please sign in to comment.