Changeset 9125 in josm


Ignore:
Timestamp:
2015-12-15T10:24:00+01:00 (8 years ago)
Author:
bastiK
Message:

see #12186 - add projection parameter vunits (ignored)

File:
1 edited

Legend:

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

    r9124 r9125  
    110110        /** indicate southern hemisphere for UTM */
    111111        south("south", false),
     112        /** vertical units - ignore, as we don't use height information */
     113        vunits("vunits", true),
    112114        // JOSM extensions, not present in PROJ.4
    113115        wmssrs("wmssrs", true),
Note: See TracChangeset for help on using the changeset viewer.