Ignore:
Timestamp:
2009-11-22T11:07:36+01:00 (14 years ago)
Author:
stoecker
Message:

see #3989 - subprojection fixes

File:
1 edited

Legend:

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

    r2491 r2496  
    430430                String zonestring = code.substring(9);
    431431                int zoneval = Integer.parseInt(zonestring);
    432                 if(zoneval > 0 && zone <= 60)
     432                if(zoneval > 0 && zoneval <= 60)
    433433                {
    434434                    return Collections.singleton(zonestring);
Note: See TracChangeset for help on using the changeset viewer.