Changeset 17817 in osm for applications


Ignore:
Timestamp:
2009-09-27T16:36:00+02:00 (15 years ago)
Author:
guggis
Message:

Updating to JOSM r2196

Location:
applications/editors/josm/plugins/wmsplugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/build.xml

    r17553 r17817  
    3232    <property name="ant.build.javac.target" value="1.5"/>
    3333        <property name="commit.message"         value="fixing JOSM issue #3186" />
    34         <property name="josm.reference.release" value="2082" />
     34        <property name="josm.reference.release" value="2196" />
    3535       
    3636    <target name="init">
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r17704 r17817  
    7979                super(name);
    8080                alphaChannel.setSelected(Main.pref.getBoolean("wmsplugin.alpha_channel"));
    81                 background = true; /* set global background variable */
     81                setBackgroundLayer(true); /* set global background variable */ 
    8282                initializeImages();
    8383                this.baseURL = baseURL;
Note: See TracChangeset for help on using the changeset viewer.