Skip to content

Commit 89c2296

Browse files
committed
【update】10.1.1
1 parent 71516ab commit 89c2296

File tree

11 files changed

+16
-23
lines changed

11 files changed

+16
-23
lines changed

examples/component/components_ncp_china_vue.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,7 @@
372372
[3, true]
373373
]
374374
},
375-
'text-letter-spacing': 0,
376-
'text-max-width': 0
375+
'text-letter-spacing': 0
377376
},
378377
paint: {
379378
'text-color': 'white',

examples/component/components_ncp_world.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@
189189
'text-font': ['Microsoft YaHei Regular'],
190190
'text-size': 12,
191191
'text-allow-overlap': false,
192-
'text-letter-spacing': 0,
193-
'text-max-width': 0
192+
'text-letter-spacing': 0
194193
},
195194
paint: {
196195
'text-color': 'white',

examples/component/components_ncp_world_vue.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@
402402
'text-font': ['Microsoft YaHei Regular'],
403403
'text-size': 12,
404404
'text-letter-spacing': 0,
405-
'text-max-width': 0,
406405
'text-offset': [0, -2]
407406
},
408407
paint: {
@@ -426,8 +425,7 @@
426425
'text-field': styles[this.type]['text-field'],
427426
'text-font': ['Microsoft YaHei Regular'],
428427
'text-size': 12,
429-
'text-letter-spacing': 0,
430-
'text-max-width': 0
428+
'text-letter-spacing': 0
431429
},
432430
paint: {
433431
'text-color': '#000',
@@ -464,7 +462,6 @@
464462
'text-allow-overlap': false,
465463
'text-ignore-placement': false,
466464
'text-letter-spacing': 0,
467-
'text-max-width': 0,
468465
'text-offset': [0, -2],
469466
'symbol-sort-key': 9
470467
},
@@ -486,7 +483,6 @@
486483
'text-font': ['Microsoft YaHei Regular'],
487484
'text-size': 12,
488485
'text-letter-spacing': 0,
489-
'text-max-width': 0,
490486
'symbol-sort-key': 10
491487
},
492488
paint: {
@@ -505,8 +501,7 @@
505501
'text-font': ['Microsoft YaHei Regular'],
506502
'text-size': 12,
507503
'text-allow-overlap': false,
508-
'text-letter-spacing': 0,
509-
'text-max-width': 0
504+
'text-letter-spacing': 0
510505
},
511506
paint: {
512507
'text-color': 'white',

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.1.0";
189+
window.version = "10.1.1";
190190
window.preRelease = "";
191191
})();

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.1.0",
4+
"version": "10.1.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.1.0
4+
sonar.projectVersion=10.1.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.1.0",
4+
"version": "10.1.1",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"dependencies": {
1616
"mapv": "2.0.56",
1717
"xlsx": "0.16.8",
18-
"@supermap/iclient-common": "10.1.0"
18+
"@supermap/iclient-common": "10.1.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.1.0",
4+
"version": "10.1.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.1.0",
4+
"version": "10.1.1",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -18,7 +18,7 @@
1818
"echarts":"4.9.0",
1919
"mapv":"2.0.56",
2020
"leaflet": "1.7.1",
21-
"@supermap/iclient-common": "10.1.0",
21+
"@supermap/iclient-common": "10.1.1",
2222
"@mapbox/vector-tile": "1.3.1",
2323
"jsonsql": "0.2.5",
2424
"pbf": "3.2.1",

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.1.0",
4+
"version": "10.1.1",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL"
@@ -19,7 +19,7 @@
1919
"mapbox-gl": "1.12.0",
2020
"three": "0.121.1",
2121
"xlsx": "0.16.8",
22-
"@supermap/iclient-common": "10.1.0",
22+
"@supermap/iclient-common": "10.1.1",
2323
"canvg": "3.0.6",
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