Changeset 14058 in josm


Ignore:
Timestamp:
2018-07-28T01:22:01+02:00 (6 years ago)
Author:
Don-vip
Message:

fix javadoc warning

File:
1 edited

Legend:

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

    r14049 r14058  
    7272     * Examples: {@code +axis=enu} (the default easting, northing, elevation), {@code +axis=neu} (northing, easting, up;
    7373     * useful for "lat/long" geographic coordinates, or south orientated transverse mercator), {@code +axis=wnu}
    74      * (westing, northing, up - some planetary coordinate systems have "west positive" coordinate systems)
    75      * @apiNote https://proj4.org/usage/projections.html#axis-orientation
     74     * (westing, northing, up - some planetary coordinate systems have "west positive" coordinate systems)<p>
     75     * See <a href="https://proj4.org/usage/projections.html#axis-orientation">proj4.org</a>
    7676     */
    7777    private String axis = "enu"; // default axis orientation is East, North, Up
Note: See TracChangeset for help on using the changeset viewer.