- Timestamp:
- 2017-04-01T00:54:34+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r11608 r11807 259 259 .build()); 260 260 } 261 // TODO: Check coherence of context against maxspeed 262 // TODO: Check coherence of context against highway 261 if (testContextHighway) { 262 // TODO: Check coherence of context against maxspeed 263 // TODO: Check coherence of context against highway 264 } 263 265 } 264 266 } -
trunk/src/org/openstreetmap/josm/gui/MapView.java
r11779 r11807 477 477 try { 478 478 drawMapContent(g); 479 } catch ( RuntimeException e) {479 } catch (JosmRuntimeException | IllegalArgumentException | IllegalStateException e) { 480 480 throw BugReport.intercept(e).put("visibleLayers", layerManager::getVisibleLayersInZOrder) 481 481 .put("temporaryLayers", temporaryLayers);
Note:
See TracChangeset
for help on using the changeset viewer.