Changeset 11084 in osm for applications/editors/josm/plugins/wmsplugin
- Timestamp:
- 2008-10-08T18:34:29+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r10775 r11084 73 73 public WMSLayer(String name, String baseURL) { 74 74 super(name); 75 background = true; 75 boolean background = true; 76 76 initializeImages(); 77 77 this.baseURL = baseURL;
Note:
See TracChangeset
for help on using the changeset viewer.