Add missing className property to BaseTile layer options

This commit is contained in:
Frederic Junod
2019-05-07 14:50:39 +02:00
parent bd57128ca4
commit 6b1bce2b9d

View File

@@ -8,6 +8,7 @@ import {assign} from '../obj.js';
/**
* @typedef {Object} Options
* @property {string} [className='ol-layer'] A CSS class name to set to the layer element.
* @property {number} [opacity=1] Opacity (0, 1).
* @property {boolean} [visible=true] Visibility.
* @property {import("../extent.js").Extent} [extent] The bounding extent for layer rendering. The layer will not be