We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f456b6a commit adf3e00Copy full SHA for adf3e00
src/leaflet/mapping/TiledMapLayer.js
@@ -40,7 +40,7 @@ import Attributions from '../core/Attributions'
40
* @param {(number|L.Point)} [options.tileSize=256] - 瓦片大小。
41
* @param {(SuperMap.NDVIParameter|SuperMap.HillshadeParameter)} [options.rasterfunction] - 栅格分析参数。
42
* @param {string} [options.attribution='Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' title='SuperMap iServer' target='_blank'>SuperMap iServer</a></span>'] - 版权信息。
43
- * @param {Array.<number>} [options.subdomains=[0, 1, 2, 3, 4, 5, 6, 7]] - 子域名数组。
+ * @param {Array.<number>} [options.subdomains] - 子域名数组。
44
* @fires L.supermap.tiledMapLayer#tilesetsinfoloaded
45
* @fires L.supermap.tiledMapLayer#tileversionschanged
46
*/
0 commit comments