mars3d-tdt 3.8.8 → 3.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mars3d-tdt.js +9 -9
- package/package.json +2 -2
package/mars3d-tdt.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用 mars3d-tdt
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.8.
|
|
5
|
-
* 编译日期:2024-11
|
|
4
|
+
* 版本信息:v3.8.10
|
|
5
|
+
* 编译日期:2024-12-11 20:29
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2024-08-01
|
|
8
8
|
*/
|
|
@@ -5237,7 +5237,7 @@
|
|
|
5237
5237
|
}
|
|
5238
5238
|
}
|
|
5239
5239
|
}, x[P("0xad0")] = function (e) {
|
|
5240
|
-
console.log(e)
|
|
5240
|
+
// console.log(e)
|
|
5241
5241
|
}, x[P("0xe45")](), x.tile = {
|
|
5242
5242
|
x: Cesium.x,
|
|
5243
5243
|
y: Cesium.y,
|
|
@@ -5452,13 +5452,13 @@
|
|
|
5452
5452
|
}, {
|
|
5453
5453
|
eAbsolute: 3
|
|
5454
5454
|
}]
|
|
5455
|
-
}
|
|
5456
|
-
|
|
5455
|
+
};
|
|
5456
|
+
(function () {
|
|
5457
5457
|
var Cesium = P("0xe7a") + P("0xe7b") + P("0xe7c") + P("0xe7d") + P("0xe7e") + P("0xe7f") + P("0xe80") + P("0xe81") + P("0xe82") + P("0xe83") + P("0xe84") + P("0xe85") + P("0xe86") + P("0xe87") + P("0xe88") + P("0xe89") + P("0xe8a") + P("0xe8b") + P("0xe8c") + "};message StringTable {" + P("0xe8d") + "}" + P("0xe8e") + P("0xe8f") + "required int64 TileKey = 2;" + P("0xe90") + P("0xe91") + "};";
|
|
5458
5458
|
if ("undefined" === typeof dcodeIO || !dcodeIO[P("0xe92")]) throw new Error(P("0xe93"));
|
|
5459
5459
|
return dcodeIO[P("0xe92")][P("0xe94")](Cesium, "GEOPOI", P("0xe95"))[P("0xd22")](P("0xe96"))[P("0xe97")];
|
|
5460
|
-
}()
|
|
5461
|
-
r = function () {
|
|
5460
|
+
})();
|
|
5461
|
+
var r = function () {
|
|
5462
5462
|
var Cesium = P("0xe7a") + P("0xe7b") + P("0xe7c") + P("0xe7d") + P("0xe7e") + P("0xe7f") + "};" + P("0xe98") + P("0xe81") + P("0xe82") + P("0xe83") + P("0xe84") + P("0xe85") + P("0xe86") + "optional int32 SymbolID = 10 [default = 0];" + P("0xe88") + P("0xe89") + "optional uint32\tFontNameIndex=13 [default =0];" + P("0xe8b") + P("0xe8c") + P("0xe99") + "};" + P("0xe9a") + "repeated string s = 1;}" + P("0xe8e") + "required int64 Version = 1;" + P("0xe9b") + P("0xe90") + "repeated PBPOI POIS = 4;};";
|
|
5463
5463
|
if ("undefined" === typeof dcodeIO || !dcodeIO[P("0xe92")]) throw new Error("ProtoBuf.js is not present. Please see www/index.html for manual setup instructions.");
|
|
5464
5464
|
return dcodeIO[P("0xe92")][P("0xe94")](Cesium, P("0xe96"), P("0xe9c")).build(P("0xe96")).PBPOITile;
|
|
@@ -5474,12 +5474,12 @@
|
|
|
5474
5474
|
try {
|
|
5475
5475
|
o = n.decode(a);
|
|
5476
5476
|
} catch (e) {
|
|
5477
|
-
console.log(e)
|
|
5477
|
+
// console.log(e)
|
|
5478
5478
|
}
|
|
5479
5479
|
if (!o) try {
|
|
5480
5480
|
o = r[P("0xea2")](a);
|
|
5481
5481
|
} catch (Cesium) {
|
|
5482
|
-
console.log(Cesium[P("0xa63")]), o = i[P("0xea2")](a)
|
|
5482
|
+
// console.log(Cesium[P("0xa63")]), (o = i[P("0xea2")](a))
|
|
5483
5483
|
}
|
|
5484
5484
|
t[P("0xea3")] = p()(o[P("0xea4")][P("0x531")]()), t[P("0xea5")] = p()(o[P("0xea6")][P("0x531")]()), t.stringTable = [];
|
|
5485
5485
|
for (var s = o.StringTable.s.length, x = 0; x < s; x++) t[P("0xe50")][P("0x17c")](o[P("0xea7")].s[x].toString());
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-tdt",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.10",
|
|
4
4
|
"description": "Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用",
|
|
5
5
|
"main": "./mars3d-tdt.js",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"bytebuffer": "^5.0.1"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"mars3d": "~3.8.
|
|
10
|
+
"mars3d": "~3.8.10"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|