From 2d33f994310a297db5e0c89fe43f9394edec9f06 Mon Sep 17 00:00:00 2001 From: geraldo Date: Tue, 9 Feb 2021 16:36:40 +0100 Subject: [PATCH] Fix documentation for account parameter in ol/source/CartoDB --- src/ol/source/CartoDB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/CartoDB.js b/src/ol/source/CartoDB.js index 6f727da5ff..08b5f3bc71 100644 --- a/src/ol/source/CartoDB.js +++ b/src/ol/source/CartoDB.js @@ -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`. */