Changeset 18286 in osm for applications/viewer/jmapviewer/src
- Timestamp:
- 2009-10-27T10:24:32+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarkerDot.java
r18283 r18286 8 8 9 9 import org.openstreetmap.gui.jmapviewer.interfaces.MapMarker; 10 import org.openstreetmap.josm.data.coor.LatLon;11 10 12 11 /** … … 26 25 public MapMarkerDot(double lat, double lon) { 27 26 this(Color.YELLOW, lat, lon); 28 }29 30 public MapMarkerDot(LatLon latlon) {31 this(Color.YELLOW, latlon.lat(), latlon.lon());32 27 } 33 28
Note:
See TracChangeset
for help on using the changeset viewer.