Unverified Commit de175ba2 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Updated Map Projection Workshop Links (#4408)

* Updated links to Map Projections Tutorial

* Updated remaining "fixit" links to Github.
parent 84b0ec6e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <def>PVL</def> file which is specified in <i>cam2map</i> in the MAP parameter.  Note: the system defaults
      to the Sinusoidal projection (ISIS projection based templates are located in $ISISROOT/appdata/templates/maps).
    To learn more about using map projections in ISIS, refer to the ISIS Workshop
    <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections">
    <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections">
    "Learning About Map Projections"</a>.

    <p>
@@ -131,8 +131,8 @@
     MinimumLongitude=0 and MaximumLongitude=360.  A larger than necessary output image will be
     created, with size inversely proportional to pixel resolution.  The LONSEAM parameter allows you
     to selectively handle this case. If you are making mosaics near the seam you will need to understand
     and alter the default for this parameter. <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams">
     Section 14 </a>of The ISIS Workshop "Learning About Map Projections" includes an example to help
     and alter the default for this parameter. <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams-">
     Problems at the Longitude Seams</a> of The ISIS Workshop "Learning About Map Projections" includes an example to help
     illustrate the problem.
   </p>
  </description>
+39 −39
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

   <p>To learn
   more about using map projections in ISIS, refer to the ISIS Workshop
   <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections">
   <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections">
   "Learning About Map Projections"</a>.
   </p>
  </description>
+128 −129
Original line number Diff line number Diff line
@@ -346,8 +346,8 @@ Group = Mapping
     <i>mapsize</i>, <i>skymap</i>, and more.
    </p>
    <p>
     See <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections">"Learning About Map Projections:"</a>
     to learn more about mapping keywords.
     See <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections">
     "Learning About Map Projections"</a> to learn more about mapping keywords.
   </p>
<br />

@@ -1440,4 +1440,3 @@ End_Group
    </example>
 </examples>
 </application>
+2 −2
Original line number Diff line number Diff line
@@ -220,8 +220,8 @@
     MinimumLongitude = 0 and MaximumLongitude = 360.  A very large output image could be created
     depending on the pixel resolution.  The LONSEAM parameter allows you to selectively handle this case.
     If you are making mosaics near the seam you will need to understand and alter the default for this parameter.
     <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams">
     Section 14 </a>of The ISIS Workshop "Learning About Map Projections" includes an example to help
     <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams-">
     Problems at the Longitude Seams</a> of The ISIS Workshop "Learning About Map Projections" includes an example to help
     illustrate the problem.
   </p>

+4 −4
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
    specified with the MAP parameter.  The system default is to use the Planar projection
    ($ISISROOT/appdata/templates/maps/planar.map).  To learn more about using map projections in
    ISIS, refer to the ISIS Workshop
    <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections">
    <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections">
    "Learning About Map Projections"</a>.

    <p>If you need to generate your own map file you can use the <i>maptemplate</i> program or
@@ -120,8 +120,8 @@
     depending on the pixel resolution.  The RINGLONSEAM parameter allows you to selectively handle
     this case. If you are making mosaics near the seam you will need to understand and alter the
     default for this parameter.
     <a href="https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams">
     Section 14 </a>of The ISIS Workshop "Learning About Map Projections" includes an example to
     <a href="https://github.com/USGS-Astrogeology/ISIS3/wiki/Learning_About_Map_Projections#Problems-at-the-Longitude-Seams-">
     Problems at the Longitude Seams</a> of The ISIS Workshop "Learning About Map Projections" includes an example to
     help illustrate the problem. Note that if the user chooses to match the map file, then the
     user can not set this parameter. The program will behave as if RINGLONSEAM="CONTINUE".
   </p>
Loading