File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 235
235
} ) ;
236
236
window . isLocal = false ;
237
237
window . server = document . location . toString ( ) . match ( / f i l e : \/ \/ / ) ? "http://localhost:8090" : document . location . protocol + "//" + document . location . host ;
238
- window . version = "11.3 .0" ;
238
+ window . version = "12.0 .0" ;
239
239
window . preRelease = "" ;
240
240
} ) ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SuperMapiClient" ,
3
3
"description" : " SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。" ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
7
7
"example" : " examples" ,
Original file line number Diff line number Diff line change 1
1
# Required metadata
2
2
sonar.projectKey =com.supermap:iclient-javascript
3
3
sonar.projectName =iclient-javascript
4
- sonar.projectVersion =11.3 .0
4
+ sonar.projectVersion =12.0 .0
5
5
6
6
# Comma-separated paths to directories with sources (required)
7
7
sonar.sources =src/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-classic" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap"
7
7
],
15
15
"license" : " Apache-2.0" ,
16
16
"dependencies" : {
17
17
"mapv" : " 2.0.62" ,
18
- "@supermapgis/iclient-common" : " 11.3.0 "
18
+ "@supermapgis/iclient-common" : " 12.0.0-dev "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-common" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap"
7
7
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-leaflet" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" Leaflet"
19
19
"echarts" :" 5.5.0" ,
20
20
"mapv" :" 2.0.62" ,
21
21
"leaflet" : " 1.9.4" ,
22
- "@supermapgis/iclient-common" : " 11.3.0 " ,
22
+ "@supermapgis/iclient-common" : " 12.0.0-dev " ,
23
23
"@mapbox/vector-tile" : " 1.3.1" ,
24
24
"jsonsql" : " 0.2.5" ,
25
25
"pbf" : " 3.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-mapboxgl" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" MapboxGL v1"
20
20
"@turf/meta" : " ^6.5.0" ,
21
21
"mapv" : " 2.0.62" ,
22
22
"mapbox-gl" : " 1.13.2" ,
23
- "@supermapgis/iclient-common" : " 11.3.0 " ,
23
+ "@supermapgis/iclient-common" : " 12.0.0-dev " ,
24
24
"lodash.clonedeep" : " ^4.5.0" ,
25
25
"proj4" : " 2.11.0"
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-maplibregl" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" maplibregl"
17
17
"dependencies" : {
18
18
"@maplibre/maplibre-gl-style-spec" : " ^20.3.0" ,
19
19
"maplibre-gl" : " 4.3.2" ,
20
- "@supermapgis/iclient-common" : " 11.3.0 " ,
20
+ "@supermapgis/iclient-common" : " 12.0.0-dev " ,
21
21
"lodash.clonedeep" : " ^4.5.0" ,
22
22
"proj4" : " 2.11.0"
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermapgis/iclient-ol" ,
3
3
"description" : " " ,
4
- "version" : " 11.3.0 " ,
4
+ "version" : " 12.0.0-dev " ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" OpenLayers"
15
15
"author" : " SuperMap" ,
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@supermapgis/iclient-common" : " 11.3.0 " ,
18
+ "@supermapgis/iclient-common" : " 12.0.0-dev " ,
19
19
"@supermapgis/tile-decryptor" : " ^1.0.0" ,
20
20
"@turf/turf" : " 6.5.0" ,
21
21
"mapv" : " 2.0.62" ,
You can’t perform that action at this time.
0 commit comments