Changeset 15939 in josm for trunk/src/org
- Timestamp:
- 2020-02-26T17:37:55+01:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/TestError.java
r15938 r15939 451 451 * @return list of node pairs describing the area 452 452 */ 453 private 453 private static List<List<Node>> getHiliteNodesForArea(Area area) { 454 454 List<List<Node>> hilite = new ArrayList<>(); 455 455 PathIterator pit = area.getPathIterator(null); … … 488 488 } 489 489 490 491 490 /** 492 491 * Returns the selection flag of this error -
trunk/src/org/openstreetmap/josm/tools/Territories.java
r15937 r15939 189 189 } 190 190 } 191 } catch (IOException | JsonParsingException e) {191 } catch (IOException | JsonParsingException e) { 192 192 Logging.trace(e); 193 193 Logging.warn(tr("Failed to parse taginfo data geofabrik-index-v1-nogeom.json"));
Note:
See TracChangeset
for help on using the changeset viewer.