File tree Expand file tree Collapse file tree 9 files changed +15
-17
lines changed Expand file tree Collapse file tree 9 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 171171 // dist
172172 if ( ! inArray ( excludes , 'iclient-mapboxgl' ) ) {
173173 if ( supportES6 ( ) ) {
174- inputScript ( '../../dist/mapboxgl/iclient-mapboxgl-es6.js' ) ;
174+ inputScript ( '../../dist/mapboxgl/iclient-mapboxgl-es6.min. js' ) ;
175175 } else {
176176 inputScript ( '../../dist/mapboxgl/iclient-mapboxgl.min.js' ) ;
177177 }
Original file line number Diff line number Diff line change 186186 load ( ) ;
187187 window . isLocal = false ;
188188 window . server = document . location . toString ( ) . match ( / f i l e : \/ \/ / ) ? "http://localhost:8090" : document . location . protocol + "//" + document . location . host ;
189- window . version = "10.1.2 " ;
190- window . preRelease = "" ;
189+ window . version = "11.0.0 " ;
190+ window . preRelease = "alpha " ;
191191} ) ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " SuperMapiClient" ,
33 "description" : " SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。" ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 11.0.0 " ,
55 "directories" : {
66 "doc" : " doc" ,
77 "example" : " examples" ,
114114 "dependencies" : {
115115 "@mapbox/vector-tile" : " 1.3.1" ,
116116 "@supermap/iclient-common" : " file:src/common" ,
117- "@tensorflow/tfjs" : " ^3.5.0" ,
118117 "@turf/turf" : " 5.1.6" ,
119118 "canvg" : " 3.0.7" ,
120119 "echarts" : " 4.9.0" ,
Original file line number Diff line number Diff line change 11# Required metadata
22sonar.projectKey =com.supermap:iclient-javascript
33sonar.projectName =iclient-javascript
4- sonar.projectVersion =10.1.2
4+ sonar.projectVersion =11.0.0
55
66# Comma-separated paths to directories with sources (required)
77sonar.sources =src/
Original file line number Diff line number Diff line change 11{
22 "name" : " @supermap/iclient-classic" ,
33 "description" : " " ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 11.0.0-alpha " ,
55 "keywords" : [
66 " SuperMap"
77 ],
1515 "dependencies" : {
1616 "mapv" : " 2.0.62" ,
1717 "xlsx" : " 0.16.9" ,
18- "@supermap/iclient-common" : " 10.1.2 "
18+ "@supermap/iclient-common" : " 11.0.0-alpha "
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " @supermap/iclient-common" ,
33 "description" : " " ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 111.0.0-alpha " ,
55 "keywords" : [
66 " SuperMap"
77 ],
1717 "fetch-ie8" : " 1.5.0" ,
1818 "fetch-jsonp" : " 1.1.3" ,
1919 "promise-polyfill" : " 8.2.0" ,
20- "lodash.topairs" : " 4.3.0" ,
21- "@tensorflow/tfjs" : " ^3.5.0"
20+ "lodash.topairs" : " 4.3.0"
2221 }
2322}
Original file line number Diff line number Diff line change 11{
22 "name" : " @supermap/iclient-leaflet" ,
33 "description" : " " ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 11.0.0-alpha " ,
55 "keywords" : [
66 " SuperMap" ,
77 " Leaflet"
1818 "echarts" :" 4.9.0" ,
1919 "mapv" :" 2.0.62" ,
2020 "leaflet" : " 1.7.1" ,
21- "@supermap/iclient-common" : " 10.1.2 " ,
21+ "@supermap/iclient-common" : " 11.0.0-alpha " ,
2222 "@mapbox/vector-tile" : " 1.3.1" ,
2323 "jsonsql" : " 0.2.5" ,
2424 "pbf" : " 3.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @supermap/iclient-mapboxgl" ,
33 "description" : " " ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 11.0.0-alpha " ,
55 "keywords" : [
66 " SuperMap" ,
77 " MapboxGL v1"
1919 "mapbox-gl" : " 1.12.0" ,
2020 "three" : " 0.126.1" ,
2121 "xlsx" : " 0.16.9" ,
22- "@supermap/iclient-common" : " 10.1.2 " ,
22+ "@supermap/iclient-common" : " 11.0.0-alpha " ,
2323 "canvg" : " 3.0.7" ,
2424 "xml-js" : " 1.6.11"
2525 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @supermap/iclient-ol" ,
33 "description" : " " ,
4- "version" : " 10.1.2 " ,
4+ "version" : " 11.0.0-alpha " ,
55 "keywords" : [
66 " SuperMap" ,
77 " OpenLayers"
1818 "echarts" : " 4.9.0" ,
1919 "mapv" : " 2.0.62" ,
2020 "ol" : " 6.4.3" ,
21- "@supermap/iclient-common" : " 10.1.2 " ,
21+ "@supermap/iclient-common" : " 11.0.0-alpha " ,
2222 "proj4" : " 2.6.3" ,
2323 "xlsx" : " 0.16.9" ,
2424 "canvg" : " 3.0.7" ,
You can’t perform that action at this time.
0 commit comments