Skip to content

Commit 87b07aa

Browse files
committed
【version】12i(2025)
1 parent 3a7fd04 commit 87b07aa

36 files changed

+41
-41
lines changed

Diff for: examples/3dwebgl/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/3dwebgl/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: examples/classic/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$('.wrapper').load('../template/editor.html', function() {
4545
var navigation = {
4646
nav: {
47-
title: '11i(2024)',
47+
title: '12i(2025)',
4848
path: '../../web/',
4949
isLocal: window.isLocal
5050
}

Diff for: examples/classic/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/classic/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: '11i(2024)',
69+
title: '12i(2025)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

Diff for: examples/classic/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: examples/component/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$('.wrapper').load('../template/editor.html', function() {
5252
var navigation = {
5353
nav: {
54-
title: '11i(2024)',
54+
title: '12i(2025)',
5555
path: '../../web/',
5656
isLocal: window.isLocal
5757
}

Diff for: examples/component/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/component/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: '11i(2024)',
69+
title: '12i(2025)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

Diff for: examples/component/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$('.wrapper').load('../template/example.html', function() {
2828
var navigation = {
2929
nav: {
30-
title: '11i(2024)',
30+
title: '12i(2025)',
3131
path: '../../web/',
3232
isLocal: window.isLocal
3333
}

Diff for: examples/component/templates.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$('.wrapper').load('../template/example.html', function() {
2828
var navigation = {
2929
nav: {
30-
title: '11i(2024)',
30+
title: '12i(2025)',
3131
path: '../../web/',
3232
isLocal: window.isLocal
3333
}

Diff for: examples/js/include-web.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,5 @@
237237
window.isLocal = false;
238238
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
239239
window.version = "12.0.0";
240-
window.preRelease = "";
240+
window.preRelease = "beta";
241241
})();

Diff for: examples/leaflet/01_tiledMapLayer4326.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
url = host + '/iserver/services/map-world/rest/maps/World';
1818

1919
// 方式一:1.调用 L.supermap.initMap,根据 SuperMap iServer 地图服务的地图信息,创建地图和底图
20-
L.supermap.initMap(url);
20+
L.supermap.initMap('http://172.16.15.155:8090/iserver/services/map-WorkSpace-2/rest/maps/%E9%84%82%E5%B0%94%E5%A4%9A%E6%96%AF1');
2121
/*
2222
// 方式二:1.调用 L.supermap.MapService,获取 SuperMap iServer 地图服务的地图信息
2323
// 2.调用 L.supermap.crsFromMapJSON 创建 CRS

Diff for: examples/leaflet/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$('.wrapper').load('../template/editor.html', function() {
4848
var navigation = {
4949
nav: {
50-
title: '11i(2024)',
50+
title: '12i(2025)',
5151
path: '../../web/',
5252
isLocal: window.isLocal
5353
}

Diff for: examples/leaflet/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/leaflet/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
$('.wrapper').load('../template/example.html', function() {
8888
var navigation = {
8989
nav: {
90-
title: '11i(2024)',
90+
title: '12i(2025)',
9191
path: '../../web/',
9292
isLocal: window.isLocal
9393
}

Diff for: examples/leaflet/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: examples/mapboxgl/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$('.wrapper').load('../template/editor.html', function() {
4545
var navigation = {
4646
nav: {
47-
title: '11i(2024)',
47+
title: '12i(2025)',
4848
path: '../../web/',
4949
isLocal: window.isLocal
5050
}

Diff for: examples/mapboxgl/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/mapboxgl/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: '11i(2024)',
69+
title: '12i(2025)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

Diff for: examples/mapboxgl/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: examples/maplibregl/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$('.wrapper').load('../template/editor.html', function() {
4545
var navigation = {
4646
nav: {
47-
title: '11i(2024)',
47+
title: '12i(2025)',
4848
path: '../../web/',
4949
isLocal: window.isLocal
5050
}

Diff for: examples/maplibregl/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/maplibregl/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: '11i(2024)',
69+
title: '12i(2025)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

Diff for: examples/maplibregl/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: examples/openlayers/editor-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
$('.wrapper').load('../template/editor.html', function() {
3939
var navigation = {
4040
nav: {
41-
title: '11i(2024)',
41+
title: '12i(2025)',
4242
path: '../../web/',
4343
isLocal: window.isLocal
4444
}

Diff for: examples/openlayers/editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

Diff for: examples/openlayers/examples-wechat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: '11i(2024)',
69+
title: '12i(2025)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

Diff for: examples/openlayers/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

Diff for: package.json

+1-1
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": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"directories": {
66
"doc": "doc",
77
"example": "examples",

Diff for: src/classic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-classic",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"mapv": "2.0.62",
18-
"@supermapgis/iclient-common": "12.0.0-dev"
18+
"@supermapgis/iclient-common": "12.0.0-beta"
1919
}
2020
}

Diff for: src/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-common",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap"
77
],

Diff for: src/leaflet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-leaflet",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -19,7 +19,7 @@
1919
"echarts":"5.5.0",
2020
"mapv":"2.0.62",
2121
"leaflet": "1.9.4",
22-
"@supermapgis/iclient-common": "12.0.0-dev",
22+
"@supermapgis/iclient-common": "12.0.0-beta",
2323
"@mapbox/vector-tile": "1.3.1",
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",

Diff for: src/mapboxgl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-mapboxgl",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL v1"
@@ -20,7 +20,7 @@
2020
"@turf/meta": "^6.5.0",
2121
"mapv": "2.0.62",
2222
"mapbox-gl": "1.13.2",
23-
"@supermapgis/iclient-common": "12.0.0-dev",
23+
"@supermapgis/iclient-common": "12.0.0-beta",
2424
"lodash.clonedeep": "^4.5.0",
2525
"proj4": "2.11.0"
2626
}

Diff for: src/maplibregl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-maplibregl",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap",
77
"maplibregl"
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@maplibre/maplibre-gl-style-spec": "^20.3.0",
1919
"maplibre-gl": "4.3.2",
20-
"@supermapgis/iclient-common": "12.0.0-dev",
20+
"@supermapgis/iclient-common": "12.0.0-beta",
2121
"lodash.clonedeep": "^4.5.0",
2222
"proj4": "2.11.0"
2323
}

Diff for: src/openlayers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-ol",
33
"description": "",
4-
"version": "12.0.0-dev",
4+
"version": "12.0.0-beta",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -15,7 +15,7 @@
1515
"author": "SuperMap",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@supermapgis/iclient-common": "12.0.0-dev",
18+
"@supermapgis/iclient-common": "12.0.0-beta",
1919
"@supermapgis/tile-decryptor": "^1.0.0",
2020
"@turf/turf": "6.5.0",
2121
"mapv": "2.0.62",

0 commit comments

Comments
 (0)