Changeset 32965 in osm
- Timestamp:
- 2016-09-10T04:25:35+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/print
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/build.xml
r32680 r32965 5 5 <property name="commit.message" value="Added a field to specify the map scale."/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 580"/>7 <property name="plugin.main.version" value="10972"/> 8 8 9 9 <property name="plugin.author" value="Kai Pastor"/> -
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableLayerManager.java
r32502 r32965 15 15 16 16 private static final MainLayerManager layerManager = Main.getLayerManager(); 17 18 @Override19 @Deprecated20 public synchronized void addActiveLayerChangeListener(ActiveLayerChangeListener listener,21 boolean initialFire) {22 layerManager.addActiveLayerChangeListener(listener, initialFire);23 }24 17 25 18 @Override
Note:
See TracChangeset
for help on using the changeset viewer.