Changeset 11172 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2008-10-13T16:38:49+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r11084 r11172 73 73 public WMSLayer(String name, String baseURL) { 74 74 super(name); 75 b oolean background = true;75 background = true; /* set global background variable */ 76 76 initializeImages(); 77 77 this.baseURL = baseURL;
Note:
See TracChangeset
for help on using the changeset viewer.