Skip to content

Commit

Permalink
发布V2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fengluhome committed Nov 4, 2019
1 parent c07f0a3 commit 071becc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 9 additions & 2 deletions dist/inmap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/inmap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,10 @@ function checkGeoJSON(data, isCheckName, isCheckCount) {
}
}
function rectangleLngLats(geo) {
if (geo.length == 0) {
return [];
}

var minX = geo[0][0];
var minY = geo[0][1];
var maxX = geo[0][0];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inmap",
"version": "2.3.2",
"version": "2.3.3",
"description": "Map visualization",
"main": "dist/inmap.js",
"scripts": {
Expand Down

0 comments on commit 071becc

Please sign in to comment.