Changeset 32501 in osm for applications/editors
- Timestamp:
- 2016-07-01T20:12:54+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/osmarender
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/build.xml
r30416 r32501 5 5 <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load"/> 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 <property name="stylesheets" location="./stylesheets"/> -
applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java
r32174 r32501 56 56 @Override 57 57 public void actionPerformed(ActionEvent e) { 58 DataSet ds = Main. main.getCurrentDataSet();58 DataSet ds = Main.getLayerManager().getEditDataSet(); 59 59 if (ds == null) { 60 60 return;
Note:
See TracChangeset
for help on using the changeset viewer.