Changeset 32329 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSAdjustAction.java
- Timestamp:
- 2016-06-19T16:08:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSAdjustAction.java
r29595 r32329 41 41 @Override public void enterMode() { 42 42 if (Main.map != null) { 43 if (Main. map.mapView.getActiveLayer() instanceof WMSLayer) {44 modifiedLayer = (WMSLayer)Main. map.mapView.getActiveLayer();43 if (Main.getLayerManager().getActiveLayer() instanceof WMSLayer) { 44 modifiedLayer = (WMSLayer)Main.getLayerManager().getActiveLayer(); 45 45 super.enterMode(); 46 46 Main.map.mapView.addMouseListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.
