- Timestamp:
- 2018-07-28T01:22:01+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r14049 r14058 72 72 * Examples: {@code +axis=enu} (the default easting, northing, elevation), {@code +axis=neu} (northing, easting, up; 73 73 * 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-orientation74 * (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> 76 76 */ 77 77 private String axis = "enu"; // default axis orientation is East, North, Up
Note:
See TracChangeset
for help on using the changeset viewer.