Changeset 32914 in osm for applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java
- Timestamp:
- 2016-09-03T17:08:38+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java
r32518 r32914 39 39 * an entry in the new layer's context menus in layerAdded 40 40 * but there doesn't seem to be any way to do that :( */ 41 protected class DriveAction extends JosmAction { 41 protected static class DriveAction extends JosmAction { 42 42 public MapFrame frame = null; 43 43 public Layer currentLayer = null;
Note:
See TracChangeset
for help on using the changeset viewer.