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