Changeset 18597 in osm for applications/editors/josm/plugins/routing/src
- Timestamp:
- 2009-11-14T20:01:49+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java
r18415 r18597 46 46 import org.openstreetmap.josm.Main; 47 47 import org.openstreetmap.josm.actions.RenameLayerAction; 48 import org.openstreetmap.josm.data.Bounds; 48 49 import org.openstreetmap.josm.data.osm.Node; 49 50 import org.openstreetmap.josm.data.osm.Way; … … 227 228 */ 228 229 @Override 229 public void paint(Graphics g, MapView mv) { 230 public void paint(Graphics2D g, MapView mv, Bounds bounds) { 230 231 boolean isActiveLayer = (mv.getActiveLayer().equals(this)); 231 232 // Get routing nodes (start, middle, end)
Note:
See TracChangeset
for help on using the changeset viewer.