Changeset 17817 in osm for applications
- Timestamp:
- 2009-09-27T16:36:00+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r17553 r17817 32 32 <property name="ant.build.javac.target" value="1.5"/> 33 33 <property name="commit.message" value="fixing JOSM issue #3186" /> 34 <property name="josm.reference.release" value="2 082" />34 <property name="josm.reference.release" value="2196" /> 35 35 36 36 <target name="init"> -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r17704 r17817 79 79 super(name); 80 80 alphaChannel.setSelected(Main.pref.getBoolean("wmsplugin.alpha_channel")); 81 background= true; /* set global background variable */81 setBackgroundLayer(true); /* set global background variable */ 82 82 initializeImages(); 83 83 this.baseURL = baseURL;
Note:
See TracChangeset
for help on using the changeset viewer.