Changeset 34117 in osm for applications/editors/josm/plugins/pt_assistant/test
- Timestamp:
- 2018-03-25T17:46:29+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/test/unit/org/openstreetmap/josm/plugins/pt_assistant/ImportUtils.java
r33571 r34117 33 33 OsmImporterData oid = importer.loadLayer(in, file, layerName, progressMonitor); 34 34 OsmDataLayer layer = oid.getLayer(); 35 return layer. data;35 return layer.getDataSet(); 36 36 37 37 } catch (FileNotFoundException e) {
Note:
See TracChangeset
for help on using the changeset viewer.