Skip to content

Commit 071becc

Browse files
committed
发布V2.3.3
1 parent c07f0a3 commit 071becc

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

dist/inmap.js

Lines changed: 9 additions & 2 deletions
Large diffs are not rendered by default.

dist/inmap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,10 @@ function checkGeoJSON(data, isCheckName, isCheckCount) {
14071407
}
14081408
}
14091409
function rectangleLngLats(geo) {
1410+
if (geo.length == 0) {
1411+
return [];
1412+
}
1413+
14101414
var minX = geo[0][0];
14111415
var minY = geo[0][1];
14121416
var maxX = geo[0][0];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inmap",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Map visualization",
55
"main": "dist/inmap.js",
66
"scripts": {

0 commit comments

Comments
 (0)