- Timestamp:
- 2016-08-18T02:21:57+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/ShiftedProjecting.java
r10805 r10836 21 21 * Create a new {@link ShiftedProjecting} 22 22 * @param base The base to use 23 * @param offset The offset to move base. Subtracted when converting lat/lon- >east/north.23 * @param offset The offset to move base. Subtracted when converting lat/lon->east/north. 24 24 */ 25 25 public ShiftedProjecting(Projecting base, EastNorth offset) { -
trunk/src/org/openstreetmap/josm/data/validation/routines/package.html
r9853 r10836 85 85 </p> 86 86 <ul> 87 <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided: </li>87 <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided: 88 88 <ul> 89 89 <li><code>isValid()</code> methods return true/false to indicate … … 95 95 of the matched <i>groups</i> or <code>null</code> if invalid.</li> 96 96 </ul> 97 </li> 97 98 <li><b>Case Sensitivity</b> - matching can be done in either a <i>case 98 99 sensitive</i> or <i>case in-sensitive</i> way.</li> -
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r10826 r10836 1431 1431 /** 1432 1432 * Get all tiles represented by this TileSet that are already in the tileCache. 1433 * @return all tiles represented by this TileSet that are already in the tileCache 1433 1434 */ 1434 1435 private List<Tile> allExistingTiles() {
Note:
See TracChangeset
for help on using the changeset viewer.