File tree Expand file tree Collapse file tree 9 files changed +17
-16
lines changed Expand file tree Collapse file tree 9 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 193
193
window . isLocal = false ;
194
194
window . server = document . location . toString ( ) . match ( / f i l e : \/ \/ / ) ? "http://localhost:8090" : document . location . protocol + "//" + document . location . host ;
195
195
window . version = "11.1.0" ;
196
- window . preRelease = "beta " ;
196
+ window . preRelease = "" ;
197
197
} ) ( ) ;
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.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
7
7
"example" : " examples" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermap/iclient-classic" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap"
7
7
],
15
15
"license" : " Apache-2.0" ,
16
16
"dependencies" : {
17
17
"mapv" : " 2.0.62" ,
18
- "@supermap/iclient-common" : " 11.1.0-beta "
18
+ "@supermap/iclient-common" : " 11.1.0"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermap/iclient-common" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap"
7
7
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermap/iclient-leaflet" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" Leaflet"
19
19
"echarts" :" 4.9.0" ,
20
20
"mapv" :" 2.0.62" ,
21
21
"leaflet" : " 1.9.4" ,
22
- "@supermap/iclient-common" : " 11.1.0-beta " ,
22
+ "@supermap/iclient-common" : " 11.1.0" ,
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" : " @supermap/iclient-mapboxgl" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" MapboxGL v1"
19
19
"mapv" : " 2.0.62" ,
20
20
"mapbox-gl" : " 1.13.2" ,
21
21
"three" : " 0.150.1" ,
22
- "@supermap/iclient-common" : " 11.1.0-beta " ,
22
+ "@supermap/iclient-common" : " 11.1.0" ,
23
23
"canvg" : " 3.0.10" ,
24
24
"xml-js" : " 1.6.11" ,
25
25
"flatgeobuf" : " 3.23.1" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import {
32
32
KnowledgeGraphService
33
33
} from './services' ;
34
34
35
- import { GraphMap } from './overlay'
36
35
import {
37
36
MapvLayer ,
38
37
ThreeLayer ,
@@ -41,7 +40,8 @@ import {
41
40
GraphicLayer ,
42
41
Graphic ,
43
42
GraticuleLayer ,
44
- FGBLayer
43
+ FGBLayer ,
44
+ GraphMap
45
45
} from './overlay' ;
46
46
47
47
import {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermap/iclient-maplibregl" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-dev " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" maplibregl"
15
15
"author" : " SuperMap" ,
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@supermap/iclient-common" : " 11.1.0-beta" ,
19
18
"maplibre-gl" : " 3.1.0" ,
20
19
"echarts" : " 4.9.0" ,
21
20
"mapv" : " 2.0.62" ,
22
21
"three" : " 0.150.1" ,
23
22
"canvg" : " 3.0.10" ,
24
- "xml-js" : " 1.6.11"
23
+ "xml-js" : " 1.6.11" ,
24
+ "@supermap/iclient-common" : " 11.1.0" ,
25
+ "rbush" : " ^2.0.2"
25
26
}
26
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supermap/iclient-ol" ,
3
3
"description" : " " ,
4
- "version" : " 11.1.0-beta " ,
4
+ "version" : " 11.1.0" ,
5
5
"keywords" : [
6
6
" SuperMap" ,
7
7
" OpenLayers"
19
19
"echarts" : " 4.9.0" ,
20
20
"mapv" : " 2.0.62" ,
21
21
"ol" : " 6.14.1" ,
22
- "@supermap/iclient-common" : " 11.1.0-beta " ,
22
+ "@supermap/iclient-common" : " 11.1.0" ,
23
23
"proj4" : " 2.9.0" ,
24
24
"canvg" : " 3.0.10" ,
25
25
"lodash.remove" : " ^4.7.0" ,
You can’t perform that action at this time.
0 commit comments