Ignore:
Timestamp:
2019-08-24T13:22:56+02:00 (6 years ago)
Author:
donvip
Message:

fix #josm18029 - handling of tabular files where lat/lon column ends with "_lat" / "_lon"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java

    r34196 r35102  
    100100     * Coordinates fields
    101101     */
    102     public static final String X_STRING = "X|LON|LONGI|.*LONGITUDE.*|EASTING";
    103     public static final String Y_STRING = "Y|LAT|LATI|.*LATITUDE.*|NORTHING";
     102    public static final String X_STRING = "X|LON|.*_LON|LONGI|.*LONGITUDE.*|EASTING";
     103    public static final String Y_STRING = "Y|LAT|.*_LAT|LATI|.*LATITUDE.*|NORTHING";
    104104    public static final String XY_STRING = "POINT";
    105105
Note: See TracChangeset for help on using the changeset viewer.