- Timestamp:
- 2017-05-11T09:24:13+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java
r12093 r12118 95 95 * Get displacement in EastNorth coordinates of the original projection. 96 96 * 97 * @return the displacement 97 98 * @see #getProjectionCode() 98 * @return the displacement99 99 */ 100 100 public EastNorth getDisplacement() { … … 128 128 * 129 129 * Basically this is the place where it was created and is valid. 130 * The center may be unrecorded (see {@link #hasCenter() ), in which130 * The center may be unrecorded (see {@link #hasCenter()}, in which 131 131 * case a dummy center (0,0) will be returned. 132 132 * @return the center -
trunk/src/org/openstreetmap/josm/gui/MapView.java
r12107 r12118 45 45 import org.openstreetmap.josm.data.imagery.ImageryInfo; 46 46 import org.openstreetmap.josm.data.osm.DataSelectionListener; 47 import org.openstreetmap.josm.data.osm.DataSet;48 47 import org.openstreetmap.josm.data.osm.event.SelectionEventManager; 49 48 import org.openstreetmap.josm.data.osm.visitor.paint.PaintColors;
Note:
See TracChangeset
for help on using the changeset viewer.