Changeset 34018 in osm for applications
- Timestamp:
- 2018-01-16T19:57:26+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java
r33356 r34018 54 54 55 55 public static final String PREF_CRS_COMPARISON_TOLERANCE = "opendata.crs.comparison_tolerance"; 56 public static final Double DEFAULT_CRS_COMPARISON_TOLERANCE = 0.0000000 1;56 public static final Double DEFAULT_CRS_COMPARISON_TOLERANCE = 0.00000002; 57 57 58 58 public static final String PREF_CRS_COMPARISON_DEBUG = "opendata.crs.comparison_debug";
Note:
See TracChangeset
for help on using the changeset viewer.