Fix documentation for account parameter in ol/source/CartoDB

This commit is contained in:
geraldo
2021-02-09 16:36:40 +01:00
parent e194675582
commit 2d33f99431

View File

@@ -26,7 +26,7 @@ import {assign} from '../obj.js';
* @property {string} [map] If using named maps, this will be the name of the template to load.
* See https://carto.com/developers/maps-api/guides/named-maps/
* for more detail.
* @property {string} account If using named maps, this will be the name of the template to load.
* @property {string} [account] Username as used to access public Carto dashboard at https://{username}.carto.com/.
* @property {number} [transition=250] Duration of the opacity transition for rendering.
* To disable the opacity transition, pass `transition: 0`.
*/