Skip to content

dist/iclient-classic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-leaflet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* iclient9-leaflet.(http://iclient.supermapol.com)
3+
* iclient9-leaflet.(http://iclient.supermap.io)
44
* Copyright© 2000-2017 SuperMap Software Co. Ltd
55
* license: Apache-2.0
66
* version: v9.0.0

dist/iclient9-leaflet.js

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* iclient9-leaflet.(http://iclient.supermapol.com)
3+
* iclient9-leaflet.(http://iclient.supermap.io)
44
* Copyright© 2000-2017 SuperMap Software Co. Ltd
55
* license: Apache-2.0
66
* version: v9.0.0
@@ -17255,12 +17255,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
1725517255
* @class L.supermap.tiandituTileLayer
1725617256
* @classdesc 天地图图层类。
1725717257
* @extends L.supermap.wmtsLayer
17258-
* @param defaultURL -{string} 默认图层地址
1725917258
* @param options -{Object} 切片图层参数。如:<br>
17260-
* layer - {string} 图层类型。<br>
17259+
* url - {string} 地图地址。<br>
17260+
* layerType - {string} 图层类型。(vec:矢量图层,img:影像图层,ter:地形图层)<br>
1726117261
* style - {string} 图层风格。<br>
17262-
* tilematrixSet - {string} 瓦片矩阵集。<br>
1726317262
* format - {string} 格式。<br>
17263+
* isLabel - {boolean} 是否是标注图层<br>
1726417264
* subdomains - {Array<number>} 子域名数组。<br>
1726517265
* attribution - {string} 版权信息
1726617266
*/
@@ -17279,7 +17279,7 @@ var TiandituTileLayer = exports.TiandituTileLayer = _TileLayer.WMTSLayer.extend(
1727917279
options: {
1728017280
layerType: "vec", //(vec:矢量图层,vec:矢量标签图层,img:影像图层,cia:影像标签图层,ter:地形,cta:地形标签图层)
1728117281
isLabel: false,
17282-
attribution: "Map Data <a href='http://www.tianditu.com' target='_blank'><img style='background-color:transparent;bottom:2px;opacity:1;' src='http://api.tianditu.com/img/map/logo.png' width='53px' height='22px' opacity='0'></a> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>",
17282+
attribution: "Map Data <a href='http://www.tianditu.com' target='_blank'><img style='background-color:transparent;bottom:2px;opacity:1;' src='http://api.tianditu.com/img/map/logo.png' width='53px' height='22px' opacity='0'></a> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>",
1728317283
url: "http://t{s}.tianditu.com/{layer}_{proj}/wmts?",
1728417284
zoomOffset: 1,
1728517285
dpi: 96,
@@ -17356,7 +17356,7 @@ var WMTSLayer = exports.WMTSLayer = _leaflet2["default"].TileLayer.extend({
1735617356
tileSize: 256,
1735717357
matrixIds: null,
1735817358
layer: '',
17359-
attribution: "with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
17359+
attribution: "with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
1736017360
},
1736117361

1736217362
//todo 自动获取Capabilities
@@ -17487,7 +17487,7 @@ var TiledMapLayer = exports.TiledMapLayer = _leaflet2["default"].TileLayer.exten
1748717487
crs: null,
1748817488
serverType: _REST.ServerType.ISERVER,
1748917489

17490-
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
17490+
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
1749117491
},
1749217492

1749317493
initialize: function initialize(url, options) {
@@ -25922,7 +25922,7 @@ var ThemeLayer = exports.ThemeLayer = _leaflet2["default"].Layer.extend({
2592225922
// {Array} 专题要素事件临时存储,临时保存图层未添加到 map 前用户添加的事件监听,待图层添加到 map 后把这些事件监听添加到图层上,清空此图层。
2592325923
//这是一个二维数组,组成二维数组的每个一维数组长度为 2,分别是 event, callback。
2592425924
TFEvents: null,
25925-
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
25925+
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
2592625926
},
2592725927

2592825928
initialize: function initialize(name, options) {
@@ -30509,7 +30509,7 @@ var Logo = exports.Logo = _leaflet2["default"].Control.extend({
3050930509
styleSize = "";
3051030510
}
3051130511
}
30512-
var link = this.options.link || "http://iclient.supermapol.com";
30512+
var link = this.options.link || "http://iclient.supermap.io";
3051330513
div.innerHTML = "<a href='" + link + "' target='_blank' style='border: none;display: block;'>" + "<img src=" + imgSrc + " alt='" + alt + "' style='border: none;" + styleSize + "margin-right:5px;margin-bottom:2px;white-space: nowrap'></a>";
3051430514
return div;
3051530515
}
@@ -30582,7 +30582,7 @@ var BaiduTileLayer = exports.BaiduTileLayer = _leaflet2["default"].TileLayer.ext
3058230582
maxZoom: 19,
3058330583
bounds: _leaflet2["default"].latLngBounds(_leaflet2["default"].latLng(-85.0511287798, -180), _leaflet2["default"].latLng(85.0511287798, 180)),
3058430584
retina: _leaflet2["default"].Browser.retina,
30585-
attribution: "Map Data © 2017 Baidu - GS(2016)2089号 - Data © 长地万方 with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
30585+
attribution: "Map Data © 2017 Baidu - GS(2016)2089号 - Data © 长地万方 with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3058630586
},
3058730587

3058830588
initialize: function initialize(url, options) {
@@ -30677,7 +30677,7 @@ var CloudTileLayer = exports.CloudTileLayer = _leaflet2["default"].TileLayer.ext
3067730677
type: "web",
3067830678
minZoom: 3,
3067930679
maxZoom: 18,
30680-
attribution: "Map Data ©2014 SuperMap - GS(2014)6070号-data©Navinfo with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
30680+
attribution: "Map Data ©2014 SuperMap - GS(2014)6070号-data©Navinfo with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3068130681

3068230682
},
3068330683

@@ -30764,7 +30764,7 @@ var ImageMapLayer = exports.ImageMapLayer = _leaflet2["default"].TileLayer.exten
3076430764
crs: null,
3076530765
serverType: _SuperMap2["default"].ServerType.ISERVER,
3076630766

30767-
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
30767+
attribution: "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3076830768
},
3076930769

3077030770
initialize: function initialize(url, options) {
@@ -30975,7 +30975,7 @@ var WebMap = exports.WebMap = _leaflet2["default"].LayerGroup.extend({
3097530975
featureLayerPopup: null,
3097630976
credentialValue: null,
3097730977
credentialKey: 'key',
30978-
attribution: "Map Data <span>© <a href='http://www.supermapol.com'>SuperMap Online</a></span> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
30978+
attribution: "Map Data <span>© <a href='http://www.supermapol.com'>SuperMap Online</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3097930979
},
3098030980

3098130981
/**
@@ -32234,7 +32234,7 @@ var EchartsLayer = exports.EchartsLayer = _leaflet2["default"].Layer.extend({
3223432234
_echartsOptions: null,
3223532235

3223632236
options: {
32237-
attribution: "© 2017 百度 ECharts with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>",
32237+
attribution: "© 2017 百度 ECharts with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>",
3223832238
loadWhileAnimating: true
3223932239
},
3224032240

@@ -32634,7 +32634,7 @@ var MapVLayer = exports.MapVLayer = _leaflet2["default"].Layer.extend({
3263432634

3263532635
options: {
3263632636
attributionPrefix: null,
32637-
attribution: " © 2017 百度 MapV with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
32637+
attribution: " © 2017 百度 MapV with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3263832638
},
3263932639

3264032640
initialize: function initialize(dataSet, mapVOptions, options) {
@@ -33031,7 +33031,7 @@ var TileVectorLayer = exports.TileVectorLayer = _VectorGrid.VectorGrid.extend({
3303133031
subdomains: 'abc',
3303233032

3303333033
timeout: 10000,
33034-
attribution: " with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
33034+
attribution: " with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3303533035
},
3303633036

3303733037
initialize: function initialize(url, options) {
@@ -33637,7 +33637,7 @@ var TurfLayer = exports.TurfLayer = _leaflet2["default"].GeoJSON.extend({
3363733637
},
3363833638

3363933639
options: {
33640-
attribution: "<span>© <a href='http://turfjs.org/' target='_blank'>turfjs</a></span> with <span>© <a href='http://iclient.supermapol.com' target='_blank'>SuperMap iClient</a></span>"
33640+
attribution: "<span>© <a href='http://turfjs.org/' target='_blank'>turfjs</a></span> with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
3364133641
},
3364233642

3364333643
initialize: function initialize(options) {
@@ -83586,7 +83586,7 @@ _leaflet2["default"].Proj.Projection = _leaflet2["default"].Class.extend({
8358683586
* bounds -{Array|L.Bounds} 范围
8358783587
* @example
8358883588
* 用法:
83589-
* var crs =L.Proj.CRS("EPSG:4326", '', {
83589+
* var crs =L.Proj.CRS("EPSG:4326",{
8359083590
* origin: [-180,90],
8359183591
* scaleDenominators: [2000,1000,500,200,100,50,20,10],
8359283592
* });
@@ -83792,22 +83792,25 @@ var _leaflet2 = _interopRequireDefault(_leaflet);
8379283792
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
8379383793

8379483794
/**
83795-
* @class L.supermap.baiduTileLayer
83796-
* @classdesc 百度地图图层。
83797-
* @extends L.TileLayer{@linkdoc-leaflet/#tilelayer}
83798-
* @param url -{string} 切片地址
83799-
* @param options -{Object} 切片参数。如:<br>
83800-
* minZoom - {number} 最小缩放级别 <br>
83801-
* maxZoom - {number} 最大缩放级别 <br>
83802-
* bounds - {[L.LatLngBounds]{@linkdoc-leaflet/#latlngbounds}} 显示范围 <br>
83803-
* retina - {[L.Browser]{@linkdoc-leaflet/#browser}} 浏览器显示分辨率 <br>
83804-
* attribution - {string} 版权信息 <br>
83795+
* @class L.supermap.unicodeMarker
83796+
* @classdesc Unicode字符图标。
83797+
* @extends L.Path{@linkdoc-leaflet/#Path}
83798+
* @param latlng -[L.LatLngBounds]{@linkdoc-leaflet/#latlng}} 经纬度坐标
83799+
* @param options -{Object} 符号参数。<br>
83800+
* label - {string} 符号Unicode值 <br>
83801+
* labelRotation - {string} 符号旋转角度 <br>
83802+
* globalAlpha - {string} 符号的透明值 <br>
83803+
* fontStyle - {string} 符号的风格 <br>
83804+
* fontWeight - {string} 符号的粗细 <br>
83805+
* fontSize - {string} 符号的尺寸 <br>
83806+
* fontFamily - {string} 符号的字体 <br>
83807+
* textAlign - {string} 符号内容的对齐方式 <br>
83808+
* textBaseline - {string} 绘制符号时使用的基线 <br>
8380583809
*/
8380683810
var UnicodeMarker = exports.UnicodeMarker = _leaflet2["default"].Path.extend({
8380783811
// @section
8380883812
// @aka CircleMarker options
8380983813
options: {
83810-
fill: true,
8381183814
fontStyle: "normal",
8381283815
fontWeight: "normal",
8381383816
fontSize: "1em",
@@ -83816,8 +83819,6 @@ var UnicodeMarker = exports.UnicodeMarker = _leaflet2["default"].Path.extend({
8381683819
textBaseline: "middle",
8381783820
vfactor: -.5,
8381883821
labelRotation: 0,
83819-
labelXOffset: 0,
83820-
labelYOffset: 0,
8382183822
globalAlpha: 1,
8382283823
label: ""
8382383824
},

dist/iclient9-leaflet.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-leaflet.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)