Changeset 5547 in josm for trunk/src/org
- Timestamp:
- 2012-11-01T14:49:10+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r5526 r5547 259 259 } else if (Main.getProjection().toString().equals(new Lambert().toString())) { 260 260 OsmValidator.griddetail = 0.1; 261 } else { 262 OsmValidator.griddetail = 1.0; 261 263 } 262 264 }
Note:
See TracChangeset
for help on using the changeset viewer.