Skip to content

Commit e3a7a9e

Browse files
committed
【update】10.0.1 review by liqian
1 parent 1e13464 commit e3a7a9e

File tree

11 files changed

+27
-21
lines changed

11 files changed

+27
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 10.0.1 #
2+
3+
4+
15
# 10.0.0 #
26

37
## Distribution package changes

examples/js/include-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "10.0.0";
189+
window.version = "10.0.1";
190190
window.preRelease = "";
191191
})();

examples/leaflet/config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,21 +475,21 @@ var exampleConfig = {
475475
"ip_queryresources": {
476476
name: "资源中心",
477477
name_en: "Resources Center",
478-
version: "10.0.1",
479478
content: [{
480479
name: "资源中心",
481480
name_en: "Resources Center",
481+
version: "10.0.1",
482482
thumbnail: "l_iPortalQueryResources.png",
483483
fileName: "iPortalQueryResources"
484484
}]
485485
},
486486
"ip_querymyresources": {
487487
name: "我的资源",
488488
name_en: "My Resource",
489-
version: "10.0.1",
490489
content: [{
491490
name: "我的资源",
492491
name_en: "My Resource",
492+
version: "10.0.1",
493493
thumbnail: "l_iPortalQueryResources.png",
494494
fileName: "iPortalQueryMyResources"
495495
}]
@@ -517,32 +517,32 @@ var exampleConfig = {
517517
"ip_querymapdashboards": {
518518
name: "大屏列表",
519519
name_en: "Web mapdashboard list",
520-
version: "10.0.1",
521520
content: [{
522521
name: "大屏列表",
523522
name_en: "web mapdashboard list",
523+
version: "10.0.1",
524524
thumbnail: "l_iPortalQueryMaps.png",
525525
fileName: "iPortalQueryMapdashboards"
526526
}]
527527
},
528528
"ip_queryscenes": {
529529
name: "场景列表",
530530
name_en: "Web scene list",
531-
version: "10.0.1",
532531
content: [{
533532
name: "场景列表",
534533
name_en: "web scene list",
534+
version: "10.0.1",
535535
thumbnail: "l_iPortalQueryMaps.png",
536536
fileName: "iPortalQueryScenes"
537537
}]
538538
},
539539
"ip_queryinsights": {
540540
name: "洞察列表",
541541
name_en: "Web insight list",
542-
version: "10.0.1",
543542
content: [{
544543
name: "洞察列表",
545544
name_en: "web insight list",
545+
version: "10.0.1",
546546
thumbnail: "l_iPortalQueryMaps.png",
547547
fileName: "iPortalQueryInsights"
548548
}]
@@ -999,10 +999,12 @@ var exampleConfig = {
999999
pixi: {
10001000
name: 'Pixi',
10011001
name_en: 'Pixi',
1002+
version: "10.0.1",
10021003
content: [
10031004
{
10041005
name: '纽约出租车上车点分布图(140万点数据绘制)',
10051006
name_en: 'Use Pixi to draw 1.4 millions New York Taxi Points',
1007+
version: "10.0.1",
10061008
thumbnail: 'l_pixiOverlay_taxi.png',
10071009
fileName: 'l_pixiOverlay_taxi'
10081010
}

examples/openlayers/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,21 +443,21 @@ var exampleConfig = {
443443
"ip_queryresources": {
444444
name: "资源中心",
445445
name_en: "Resources Center",
446-
version: "10.0.1",
447446
content: [{
448447
name: "资源中心",
449448
name_en: "Resources Center",
449+
version: "10.0.1",
450450
thumbnail: "ol_iPortalQueryResources.png",
451451
fileName: "iPortalQueryResources"
452452
}]
453453
},
454454
"ip_querymyresources": {
455455
name: "我的资源",
456456
name_en: "My Resource",
457-
version: "10.0.1",
458457
content: [{
459458
name: "我的资源",
460459
name_en: "My Resource",
460+
version: "10.0.1",
461461
thumbnail: "l_iPortalQueryResources.png",
462462
fileName: "iPortalQueryMyResources"
463463
}]
@@ -485,32 +485,32 @@ var exampleConfig = {
485485
"ip_querymapdashboards": {
486486
name: "大屏列表",
487487
name_en: "Web mapdashboard list",
488-
version: "10.0.1",
489488
content: [{
490489
name: "大屏列表",
491490
name_en: "web mapdashboard list",
491+
version: "10.0.1",
492492
thumbnail: "ol_iPortalQueryMaps.png",
493493
fileName: "iPortalQueryMapdashboards"
494494
}]
495495
},
496496
"ip_queryscenes": {
497497
name: "场景列表",
498498
name_en: "Web scene list",
499-
version: "10.0.1",
500499
content: [{
501500
name: "场景列表",
502501
name_en: "web scene list",
502+
version: "10.0.1",
503503
thumbnail: "ol_iPortalQueryMaps.png",
504504
fileName: "iPortalQueryScenes"
505505
}]
506506
},
507507
"ip_queryinsights": {
508508
name: "洞察列表",
509509
name_en: "Web insight list",
510-
version: "10.0.1",
511510
content: [{
512511
name: "洞察列表",
513512
name_en: "web insight list",
513+
version: "10.0.1",
514514
thumbnail: "ol_iPortalQueryMaps.png",
515515
fileName: "iPortalQueryInsights"
516516
}]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SuperMapiClient",
33
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"directories": {
66
"doc": "doc",
77
"example": "examples",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Required metadata
22
sonar.projectKey=com.supermap:iclient-javascript
33
sonar.projectName=iclient-javascript
4-
sonar.projectVersion=10.0.0
4+
sonar.projectVersion=10.0.1
55

66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=src/

src/classic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-classic",
33
"description": "",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"dependencies": {
1616
"mapv": "2.0.38",
1717
"xlsx": "0.15.3",
18-
"@supermap/iclient-common": "10.0.0"
18+
"@supermap/iclient-common": "10.0.1"
1919
}
2020
}

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-common",
33
"description": "",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"keywords": [
66
"SuperMap"
77
],

src/leaflet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-leaflet",
33
"description": "",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -18,7 +18,7 @@
1818
"echarts":"4.3.0",
1919
"mapv":"2.0.38",
2020
"leaflet": "1.5.1",
21-
"@supermap/iclient-common": "10.0.0",
21+
"@supermap/iclient-common": "10.0.1",
2222
"@mapbox/vector-tile": "1.3.0",
2323
"jsonsql": "0.2.5",
2424
"pbf": "3.0.2",

src/mapboxgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-mapboxgl",
33
"description": "",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL"
@@ -19,7 +19,7 @@
1919
"mapbox-gl": "1.3.1",
2020
"three": "0.92.0",
2121
"xlsx": "0.15.3",
22-
"@supermap/iclient-common": "10.0.0",
22+
"@supermap/iclient-common": "10.0.1",
2323
"canvg": "1.5.3",
2424
"xml-js": "1.6.8"
2525
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy