mars3d-tdt 3.1.18 → 3.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mars3d-tdt-src.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Mars3D平台插件, 支持对 天地图三维地名服务和地形服务加载使用
|
|
3
|
-
* 版本信息:v3.1.
|
|
4
|
-
* 编译日期:
|
|
3
|
+
* 版本信息:v3.1.19, hash值: 9e2563ee03e1ea7c9d9c
|
|
4
|
+
* 编译日期:2022-01-02 13:45:30
|
|
5
5
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
@@ -40661,7 +40661,7 @@ var BaseLayer = external_mars3d_["layer"].BaseLayer;
|
|
|
40661
40661
|
/**
|
|
40662
40662
|
* 天地图 三维地名服务图层
|
|
40663
40663
|
* 【需要引入 mars3d-tdt 插件库】
|
|
40664
|
-
* @param {Object} options 参数对象,包括以下:
|
|
40664
|
+
* @param {Object} [options] 参数对象,包括以下:
|
|
40665
40665
|
* @param {String} [options.url='https://t{s}.tianditu.gov.cn/mapservice/GetTiles'] 天地图服务地址
|
|
40666
40666
|
* @param {String} [options.subdomains='01234567'] 服务负载子域
|
|
40667
40667
|
* @param {String} [options.key=mars3d.Token.tianditu] 天地图服务token令牌
|
|
@@ -41003,7 +41003,7 @@ function TdtTerrainProvider_isNativeReflectConstruct() { if (typeof Reflect ===
|
|
|
41003
41003
|
* 天地图 地形服务
|
|
41004
41004
|
* 【需要引入 mars3d-tdt 插件库】
|
|
41005
41005
|
*
|
|
41006
|
-
* @param {Object} options 参数对象,包括以下:
|
|
41006
|
+
* @param {Object} [options] 参数对象,包括以下:
|
|
41007
41007
|
* @param {String} [options.url='https://t{s}.tianditu.gov.cn/DataServer'] 天地图服务地址
|
|
41008
41008
|
* @param {String} [options.subdomains='01234567'] 服务负载子域
|
|
41009
41009
|
* @param {String} [options.key=mars3d.Token.tianditu] 天地图服务token令牌
|