File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
- iClient for MapboxGL新增支持WGS84、China2000、Xian80、Beijing54等标准地理坐标系,覆盖MVT矢量瓦片、栅格瓦片、可视化图层、标绘等功能
8
8
9
9
- 需单独引用iClient对Mapbox GL JS的增强库(基于2018年10月版本v0.51.0)
10
- http://iclient.supermap.io/web/libs/mapbox-gl-js/enhancement /mapbox-gl-enhance.js
10
+ http://iclient.supermap.io/web/libs/mapbox-gl-js-enhance /mapbox-gl-enhance.js
11
11
12
12
### 新增多款功能微件
13
13
38
38
### for MapboxGL
39
39
40
40
- 支持WGS84、China2000、Xian80、Beijing54等标准地理坐标系,需单独引用iClient对MapboxGL的增强库:
41
- http://iclient.supermap.io/web/libs/mapbox-gl-js/enhancement /mapbox-gl-enhance.js
41
+ http://iclient.supermap.io/web/libs/mapbox-gl-js-enhance /mapbox-gl-enhance.js
42
42
43
43
## Fixed
44
44
Original file line number Diff line number Diff line change 55
55
}
56
56
if ( inArray ( includes , 'mapbox-gl-enhance' ) ) {
57
57
inputCSS ( "http://iclient.supermap.io/web/libs/mapbox-gl-js/0.48.0/mapbox-gl.css" ) ;
58
- inputScript ( "http://iclient.supermap.io/web/libs/mapbox-gl-js/enhancement /mapbox-gl-enhance.js" ) ;
58
+ inputScript ( "http://iclient.supermap.io/web/libs/mapbox-gl-js-enhance /mapbox-gl-enhance.js" ) ;
59
59
}
60
60
if ( inArray ( includes , 'draw' ) ) {
61
61
inputCSS ( "http://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.0.9/mapbox-gl-draw.css" ) ;
You can’t perform that action at this time.
0 commit comments