File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76708,6 +76708,7 @@ var VectorGrid = external_L_default.a.GridLayer.extend({
76708
76708
* @param {string} options.layerNames - 指定图层的名称列表,支持的类型为矢量图层。
76709
76709
* @param {string} options.layersID - 获取进行切片的地图图层 ID。
76710
76710
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务器类型。
76711
+ * @param {string} [options.cartoCSS] - 客户端CartoCSS样式字符串。
76711
76712
* @param {boolean} [options.serverCartoCSSStyle=true] - 是否使用服务端 CartoCSS 样式。
76712
76713
* @param {boolean} [options.processCharacters=false] - 设置客户端CartoCSS样式时是否进行特定字符转换。
76713
76714
* @param {L.Proj.CRS} [options.crs] - 坐标系统类。
@@ -76725,6 +76726,7 @@ var TileVectorLayer = VectorGrid.extend({
76725
76726
//服务器类型<SuperMap.ServerType>iServer|iPortal|Online
76726
76727
serverType: null,
76727
76728
crs: null,
76729
+ //客户端cartocss样式
76728
76730
cartoCSS: null,
76729
76731
// 指定图层的名称列表。支持的类型为矢量图层
76730
76732
layerNames: null,
Original file line number Diff line number Diff line change @@ -66641,6 +66641,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
66641
66641
* @param {string} options.layerNames - 指定图层的名称列表,支持的类型为矢量图层。
66642
66642
* @param {string} options.layersID - 获取进行切片的地图图层 ID。
66643
66643
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务器类型。
66644
+ * @param {string} [options.cartoCSS] - 客户端CartoCSS样式字符串。
66644
66645
* @param {boolean} [options.serverCartoCSSStyle=true] - 是否使用服务端 CartoCSS 样式。
66645
66646
* @param {boolean} [options.processCharacters=false] - 设置客户端CartoCSS样式时是否进行特定字符转换。
66646
66647
* @param {L.Proj.CRS} [options.crs] - 坐标系统类。
@@ -66658,6 +66659,7 @@ var TileVectorLayer = exports.TileVectorLayer = _VectorGrid.VectorGrid.extend({
66658
66659
//服务器类型<SuperMap.ServerType>iServer|iPortal|Online
66659
66660
serverType: null,
66660
66661
crs: null,
66662
+ //客户端cartocss样式
66661
66663
cartoCSS: null,
66662
66664
// 指定图层的名称列表。支持的类型为矢量图层
66663
66665
layerNames: null,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import Attributions from '../core/Attributions'
31
31
* @param {string } options.layerNames - 指定图层的名称列表,支持的类型为矢量图层。
32
32
* @param {string } options.layersID - 获取进行切片的地图图层 ID。
33
33
* @param {SuperMap.ServerType } [options.serverType=SuperMap.ServerType.ISERVER] - 服务器类型。
34
+ * @param {string } [options.cartoCSS] - 客户端CartoCSS样式字符串。
34
35
* @param {boolean } [options.serverCartoCSSStyle=true] - 是否使用服务端 CartoCSS 样式。
35
36
* @param {boolean } [options.processCharacters=false] - 设置客户端CartoCSS样式时是否进行特定字符转换。
36
37
* @param {L.Proj.CRS } [options.crs] - 坐标系统类。
@@ -48,6 +49,7 @@ export var TileVectorLayer = VectorGrid.extend({
48
49
//服务器类型<SuperMap.ServerType>iServer|iPortal|Online
49
50
serverType : null ,
50
51
crs : null ,
52
+ //客户端cartocss样式
51
53
cartoCSS : null ,
52
54
// 指定图层的名称列表。支持的类型为矢量图层
53
55
layerNames : null ,
You can’t perform that action at this time.
0 commit comments