Changeset 32370 in osm for applications/editors/josm/plugins/seachartedit/src/panels
- Timestamp:
- 2016-06-23T00:47:48+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
r31736 r32370 185 185 186 186 OsmDataLayer layer = new OsmDataLayer(data, "S-57 Import", null); 187 Main. map.mapView.addLayer(layer);187 Main.getLayerManager().addLayer(layer); 188 188 Main.map.mapView.zoomTo(new Bounds(Math.toDegrees(map.bounds.minlat), Math.toDegrees(map.bounds.minlon), Math.toDegrees(map.bounds.maxlat), Math.toDegrees(map.bounds.maxlon))); 189 189 PanelMain.setStatus("Import done", Color.green);
Note:
See TracChangeset
for help on using the changeset viewer.
