Changeset 32486 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-07-01T09:43:01+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/globalsat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/build.xml
r32306 r32486 5 5 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 7001"/>7 <property name="plugin.main.version" value="10279"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatPlugin.java
r31665 r32486 67 67 } 68 68 if(data != null && data.hasTrackPoints()){ 69 Main. main.addLayer(new GpxLayer(data, tr("imported data from {0}", "DG 100")));69 Main.getLayerManager().addLayer(new GpxLayer(data, tr("imported data from {0}", "DG 100"))); 70 70 Main.map.repaint(); 71 71 }else{
Note:
See TracChangeset
for help on using the changeset viewer.