Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (3 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

Location:
trunk/src/org/openstreetmap/josm/data/projection/proj
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java

    r16630 r17333  
    1717 * compass.
    1818 * <p>
    19  * This implementation handles both the 1 and 2 stardard parallel cases.
     19 * This implementation handles both the 1 and 2 standard parallel cases.
    2020 * For 1 SP (EPSG code 9804), the line of contact is the equator.
    2121 * For 2 SP (EPSG code 9805) lines of contact are symmetrical
  • trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java

    r14273 r17333  
    8080 *
    8181 *   <li>{@code Hotine_Oblique_Mercator} (EPSG code 9812)<br>
    82  *       grid coordinates begin at the interseciton of the central line and aposphere equator,
     82 *       grid coordinates begin at the intersection of the central line and aposphere equator,
    8383 *       has {@code "rectified_grid_angle"} parameter.</li>
    8484 *   <li>{@code Hotine_Oblique_Mercator_Azimuth_Natural_Origin} (ESRI)<br>
Note: See TracChangeset for help on using the changeset viewer.