Changeset 35102 in osm for applications/editors/josm/plugins/opendata/src
- Timestamp:
- 2019-08-24T13:22:56+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java
r34196 r35102 100 100 * Coordinates fields 101 101 */ 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"; 104 104 public static final String XY_STRING = "POINT"; 105 105
Note:
See TracChangeset
for help on using the changeset viewer.
