Commit 2615ead3 authored by 邹绪超's avatar 邹绪超

feat: 新增cesiumMap

parent 1c8a945f
......@@ -6,6 +6,10 @@ function resolve (dir) {
return join(__dirname, '../', dir)
}
const { REACT_APP_ENV } = process.env;
const cesiumBuild = "../node_modules/cesium/Build/Cesium"
const pkgName = require('../package.json').name;
const path = require('path');
const CESIUM_BASE_URL = `/${pkgName}`
module.exports = {
base: '/civbase',
title: '熊猫智慧城市监控管理解决方案',
......@@ -77,5 +81,25 @@ module.exports = {
},
javascriptEnabled: true
},
copy : [{
from : path.join(pkgName , cesiumBuild, './Workers'),
to : 'Workers',
},{
from : path.join( pkgName, cesiumBuild, 'Assets'),
to : 'Assets',
},{
from : path.join( pkgName, cesiumBuild, 'Widgets'),
to : 'Widgets',
},{
from : path.join( pkgName, cesiumBuild, 'ThirdParty'),
to : 'ThirdParty'
}
],
define : {
CESIUM_BASE_URL : JSON.stringify(CESIUM_BASE_URL).replace(/\"/g , '')
},
alias: {
cesium : path.resolve(__dirname, cesiumBuild)
}
// esbuild: {}
};
......@@ -3148,6 +3148,1279 @@
"integrity": "sha1-zMqrdYr1Z2Hre/N69vA/Mm3XmK0=",
"dev": true
},
"@turf/along": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2falong/-/along-6.5.0.tgz",
"integrity": "sha1-qxLuxYoU3mD+JDpi0xpHT0Fcj+8=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/angle": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fangle/-/angle-6.5.0.tgz",
"integrity": "sha1-mFk0FxKE4QnUHhntSK2Rz5cJqSg=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0"
}
},
"@turf/area": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2farea/-/area-6.5.0.tgz",
"integrity": "sha1-HQ167gHYpKPUyRZj7TXMYV82rVY=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/bbox": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbbox/-/bbox-6.5.0.tgz",
"integrity": "sha1-vsMKdEAZ6uQg2snqRvt1yqRNjcU=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/bbox-clip": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbbox-clip/-/bbox-clip-6.5.0.tgz",
"integrity": "sha1-jgfVHvjIdflJDVyGmaLlGRhYfJQ=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/bbox-polygon": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbbox-polygon/-/bbox-polygon-6.5.0.tgz",
"integrity": "sha1-8YEosBLu36hgpSHY8rN3nMCAEDI=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/bearing": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbearing/-/bearing-6.5.0.tgz",
"integrity": "sha1-RioFPGxkRDS9tjazn49D+wzYV7A=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/bezier-spline": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbezier-spline/-/bezier-spline-6.5.0.tgz",
"integrity": "sha1-0bF2SUiw+j2apuSJWuvrokBIsR8=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/boolean-clockwise": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-clockwise/-/boolean-clockwise-6.5.0.tgz",
"integrity": "sha1-NFc+zBj5AAgPAOT/NkYxqLETV5Q=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/boolean-contains": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-contains/-/boolean-contains-6.5.0.tgz",
"integrity": "sha1-+ALnQy+1MQkkLVv1c5PvL1OEm78=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/boolean-point-on-line": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/boolean-crosses": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-crosses/-/boolean-crosses-6.5.0.tgz",
"integrity": "sha1-ShmBR1udbiOyVyH5+47yBpb/Fkg=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0"
}
},
"@turf/boolean-disjoint": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-disjoint/-/boolean-disjoint-6.5.0.tgz",
"integrity": "sha1-4pHY+PjM5/e7PBHiMFkVakmvxeQ=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0"
}
},
"@turf/boolean-equal": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-equal/-/boolean-equal-6.5.0.tgz",
"integrity": "sha1-scDOFOnZ+3d4zdzyJVjJ9SP+kUE=",
"requires": {
"@turf/clean-coords": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"geojson-equality": "0.1.6"
}
},
"@turf/boolean-intersects": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-intersects/-/boolean-intersects-6.5.0.tgz",
"integrity": "sha1-3yuDHqMaRXSvay/v45Hwl6kmudY=",
"requires": {
"@turf/boolean-disjoint": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/boolean-overlap": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-overlap/-/boolean-overlap-6.5.0.tgz",
"integrity": "sha1-8nyFiIw2ZdQtYTqRqDrfFlfNE4U=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/line-overlap": "^6.5.0",
"@turf/meta": "^6.5.0",
"geojson-equality": "0.1.6"
}
},
"@turf/boolean-parallel": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-parallel/-/boolean-parallel-6.5.0.tgz",
"integrity": "sha1-Toqdr9zK8YrKlfEmWl6t4/MwFz8=",
"requires": {
"@turf/clean-coords": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/line-segment": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0"
}
},
"@turf/boolean-point-in-polygon": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-point-in-polygon/-/boolean-point-in-polygon-6.5.0.tgz",
"integrity": "sha1-bS6cid5M0uQ2UATB5RSQt3laY88=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/boolean-point-on-line": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-point-on-line/-/boolean-point-on-line-6.5.0.tgz",
"integrity": "sha1-qO+nutiHYGdvOVr7mYB0a8Wzduk=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/boolean-within": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fboolean-within/-/boolean-within-6.5.0.tgz",
"integrity": "sha1-MadJ075RBl2oxHCh5WE/TS797gY=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/boolean-point-on-line": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/buffer": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fbuffer/-/buffer-6.5.0.tgz",
"integrity": "sha1-Ir0NBbTh5z6uvGm49XSkEP9wSEI=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/projection": "^6.5.0",
"d3-geo": "1.7.1",
"turf-jsts": "*"
}
},
"@turf/center": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcenter/-/center-6.5.0.tgz",
"integrity": "sha1-O8tr/8uLoUdDDP6oSquu1dvdTwc=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/center-mean": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcenter-mean/-/center-mean-6.5.0.tgz",
"integrity": "sha1-LcMpwAP4ASuprngSphtWR+GuhqI=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/center-median": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcenter-median/-/center-median-6.5.0.tgz",
"integrity": "sha1-G2jj8oivR/dsJH1r9nHzDYwlyXQ=",
"requires": {
"@turf/center-mean": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/center-of-mass": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcenter-of-mass/-/center-of-mass-6.5.0.tgz",
"integrity": "sha1-+eaYi8KWt/djoBN61glfVIQ88Go=",
"requires": {
"@turf/centroid": "^6.5.0",
"@turf/convex": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/centroid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcentroid/-/centroid-6.5.0.tgz",
"integrity": "sha1-7Ko2VBLlpNWVu0SOfc2s+0nrAAk=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/circle": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcircle/-/circle-6.5.0.tgz",
"integrity": "sha1-3AF9jAEx0dISt8BvdlEMIrvrCTw=",
"requires": {
"@turf/destination": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/clean-coords": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fclean-coords/-/clean-coords-6.5.0.tgz",
"integrity": "sha1-ZpCt92TsS2SXEKiiDatwBe++pT8=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/clone": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fclone/-/clone-6.5.0.tgz",
"integrity": "sha1-iVhgVziBrhCgLf/5XydDiLHNpRo=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/clusters": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fclusters/-/clusters-6.5.0.tgz",
"integrity": "sha1-pe57Ys3zRdsvHq/i6zgq3BhhY+E=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/clusters-dbscan": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fclusters-dbscan/-/clusters-dbscan-6.5.0.tgz",
"integrity": "sha1-4B+FTST6xImQCfxoEYVEJOqPCYU=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"density-clustering": "1.3.0"
}
},
"@turf/clusters-kmeans": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fclusters-kmeans/-/clusters-kmeans-6.5.0.tgz",
"integrity": "sha1-rKb2aFivZHa3NSoru7OS+d239bQ=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"skmeans": "0.9.7"
}
},
"@turf/collect": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcollect/-/collect-6.5.0.tgz",
"integrity": "sha1-N0nKfUuR+8vhubiFjtcN+LYpCRA=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"rbush": "2.x"
},
"dependencies": {
"quickselect": {
"version": "1.1.1",
"resolved": "https://g.civnet.cn:4873/quickselect/-/quickselect-1.1.1.tgz",
"integrity": "sha1-hS5BLOQY8jetW2YNcM/6xkeulMI="
},
"rbush": {
"version": "2.0.2",
"resolved": "https://g.civnet.cn:4873/rbush/-/rbush-2.0.2.tgz",
"integrity": "sha1-u2AFwnMbe6HVqaA1dykn0WphRgU=",
"requires": {
"quickselect": "^1.0.1"
}
}
}
},
"@turf/combine": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fcombine/-/combine-6.5.0.tgz",
"integrity": "sha1-4PNGisnAnCT6cYTrvYp50uWV74E=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/concave": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fconcave/-/concave-6.5.0.tgz",
"integrity": "sha1-GasaPwQIfEeM68XmMSk/PusufOQ=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/tin": "^6.5.0",
"topojson-client": "3.x",
"topojson-server": "3.x"
}
},
"@turf/convex": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fconvex/-/convex-6.5.0.tgz",
"integrity": "sha1-p2E+DTeV4vW5znmjknHob1Sj01Q=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"concaveman": "*"
}
},
"@turf/destination": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fdestination/-/destination-6.5.0.tgz",
"integrity": "sha1-MKhHAvlnfQdhMOBEDTIjrlA/2uE=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/difference": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fdifference/-/difference-6.5.0.tgz",
"integrity": "sha1-Z3sNVkGpO7ougvLGg/DYgBBbMZc=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"polygon-clipping": "^0.15.3"
}
},
"@turf/dissolve": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fdissolve/-/dissolve-6.5.0.tgz",
"integrity": "sha1-Zd6+1+8YUIfYQrRQ69AegcwugPY=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"polygon-clipping": "^0.15.3"
}
},
"@turf/distance": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fdistance/-/distance-6.5.0.tgz",
"integrity": "sha1-IfBNX4boZNVOKr3hbzXBW082FJo=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/distance-weight": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fdistance-weight/-/distance-weight-6.5.0.tgz",
"integrity": "sha1-/h+0W1rlyk4JqJjLChXGx57QhJ4=",
"requires": {
"@turf/centroid": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/ellipse": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fellipse/-/ellipse-6.5.0.tgz",
"integrity": "sha1-HiDMnrlo81q4kVcokqC//O9eVSo=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/transform-rotate": "^6.5.0"
}
},
"@turf/envelope": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fenvelope/-/envelope-6.5.0.tgz",
"integrity": "sha1-c+gbm37VGb2KYU02Mi1vn77rBXk=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/explode": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fexplode/-/explode-6.5.0.tgz",
"integrity": "sha1-AsKSzBQ91ilkPaW3C7Wxm58PHGs=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/flatten": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fflatten/-/flatten-6.5.0.tgz",
"integrity": "sha1-C9JhYfTxdZu61rqUhejuZfP6cqc=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/flip": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fflip/-/flip-6.5.0.tgz",
"integrity": "sha1-BLOOrop48s+SQBQLJUAbFrN9IOI=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/great-circle": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fgreat-circle/-/great-circle-6.5.0.tgz",
"integrity": "sha1-LazL3RxgmhOwDVZuoK2VRXz8h8I=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/helpers": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fhelpers/-/helpers-6.5.0.tgz",
"integrity": "sha1-95rwlL1rjOftK9PgiahJPubK6C4="
},
"@turf/hex-grid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fhex-grid/-/hex-grid-6.5.0.tgz",
"integrity": "sha1-ql7kbikYOdRAXbdLdRbG2onuVvc=",
"requires": {
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/interpolate": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2finterpolate/-/interpolate-6.5.0.tgz",
"integrity": "sha1-kSDe9dRJjde31ekqJjqsPh/ZKIY=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/hex-grid": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/point-grid": "^6.5.0",
"@turf/square-grid": "^6.5.0",
"@turf/triangle-grid": "^6.5.0"
}
},
"@turf/intersect": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fintersect/-/intersect-6.5.0.tgz",
"integrity": "sha1-oU4WHd0CZNDwesTjJVU8cMQh+eY=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"polygon-clipping": "^0.15.3"
}
},
"@turf/invariant": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2finvariant/-/invariant-6.5.0.tgz",
"integrity": "sha1-lwr8mIAj45x8yrI0G9Bped3HRj8=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/isobands": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fisobands/-/isobands-6.5.0.tgz",
"integrity": "sha1-Xgkp2djVMUcHSlz+RTN2h4Lios4=",
"requires": {
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"object-assign": "*"
}
},
"@turf/isolines": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fisolines/-/isolines-6.5.0.tgz",
"integrity": "sha1-NDXHy1p5QRIHpWV6pAlTV8/TWDE=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"object-assign": "*"
}
},
"@turf/kinks": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fkinks/-/kinks-6.5.0.tgz",
"integrity": "sha1-gOdFY2dTU2UBL2WM8amIs5oskgs=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/length": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2flength/-/length-6.5.0.tgz",
"integrity": "sha1-/06QctX5l+HDKhMR0hTRhEY/g/o=",
"requires": {
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/line-arc": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-arc/-/line-arc-6.5.0.tgz",
"integrity": "sha1-XKNVFszx86ARSYidn6yzmnewdDE=",
"requires": {
"@turf/circle": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/line-chunk": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-chunk/-/line-chunk-6.5.0.tgz",
"integrity": "sha1-As76dFZLnPUzo6yKUQnJfLcXDRA=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/line-slice-along": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/line-intersect": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-intersect/-/line-intersect-6.5.0.tgz",
"integrity": "sha1-3qSDSLMMCTcV0hldLddSSu5M8CA=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-segment": "^6.5.0",
"@turf/meta": "^6.5.0",
"geojson-rbush": "3.x"
}
},
"@turf/line-offset": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-offset/-/line-offset-6.5.0.tgz",
"integrity": "sha1-K72Pz5/4IAm3KJCGPaREsZDlNok=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/line-overlap": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-overlap/-/line-overlap-6.5.0.tgz",
"integrity": "sha1-EOu4BcLQR0YzefwfmXeF+o8/TME=",
"requires": {
"@turf/boolean-point-on-line": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-segment": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"deep-equal": "1.x",
"geojson-rbush": "3.x"
}
},
"@turf/line-segment": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-segment/-/line-segment-6.5.0.tgz",
"integrity": "sha1-7nPz/8t8lWIDtk7ZZtlq84Ck3WU=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/line-slice": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-slice/-/line-slice-6.5.0.tgz",
"integrity": "sha1-e24Mjo6T/bTmXDuaEjouyTohvbA=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0"
}
},
"@turf/line-slice-along": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-slice-along/-/line-slice-along-6.5.0.tgz",
"integrity": "sha1-bnqGHXLG+AyrosRBi2mndvApKVM=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/line-split": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-split/-/line-split-6.5.0.tgz",
"integrity": "sha1-EW1/v3FEV4eCJRh/WCDvmNt7AsI=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/line-segment": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/square": "^6.5.0",
"@turf/truncate": "^6.5.0",
"geojson-rbush": "3.x"
}
},
"@turf/line-to-polygon": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fline-to-polygon/-/line-to-polygon-6.5.0.tgz",
"integrity": "sha1-yRmgMGShzVzvTE5NmNx4bhL/vIk=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/mask": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fmask/-/mask-6.5.0.tgz",
"integrity": "sha1-qX81XuBxrGDY03gq455btLTiaFc=",
"requires": {
"@turf/helpers": "^6.5.0",
"polygon-clipping": "^0.15.3"
}
},
"@turf/meta": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fmeta/-/meta-6.5.0.tgz",
"integrity": "sha1-tyXDZTyfQyEz6qBNNCH35R4EGMo=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/midpoint": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fmidpoint/-/midpoint-6.5.0.tgz",
"integrity": "sha1-X5QolZMJ/syvP1WHOo3nDUEhvc4=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/moran-index": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fmoran-index/-/moran-index-6.5.0.tgz",
"integrity": "sha1-RWJkv7AUp7X1J4B8nc8l3zxrLv0=",
"requires": {
"@turf/distance-weight": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/nearest-point": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fnearest-point/-/nearest-point-6.5.0.tgz",
"integrity": "sha1-LxeBwm/z8FQAXU/zUgQpczGLkvE=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/nearest-point-on-line": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fnearest-point-on-line/-/nearest-point-on-line-6.5.0.tgz",
"integrity": "sha1-jhzSzcC1rK9MjYs7M7sAjTy5nns=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/nearest-point-to-line": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fnearest-point-to-line/-/nearest-point-to-line-6.5.0.tgz",
"integrity": "sha1-VUm0hpDVI/mvR2X+ZKPL6/vGu3U=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/point-to-line-distance": "^6.5.0",
"object-assign": "*"
}
},
"@turf/planepoint": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fplanepoint/-/planepoint-6.5.0.tgz",
"integrity": "sha1-XLeIZwwxprBkrkZBgNUbTVUNh94=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/point-grid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpoint-grid/-/point-grid-6.5.0.tgz",
"integrity": "sha1-9ijTCv4p1g3L9UsZXkbqtIpPv6o=",
"requires": {
"@turf/boolean-within": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/point-on-feature": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpoint-on-feature/-/point-on-feature-6.5.0.tgz",
"integrity": "sha1-N9B6/rMYluU8CDOqQEmTun1QDww=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/nearest-point": "^6.5.0"
}
},
"@turf/point-to-line-distance": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpoint-to-line-distance/-/point-to-line-distance-6.5.0.tgz",
"integrity": "sha1-vEb+CepjCq9z8TxAs4p995BQ//g=",
"requires": {
"@turf/bearing": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/projection": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/rhumb-distance": "^6.5.0"
}
},
"@turf/points-within-polygon": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpoints-within-polygon/-/points-within-polygon-6.5.0.tgz",
"integrity": "sha1-1J9NfPGbekQL8eBvdx/04d8TEH8=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/polygon-smooth": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpolygon-smooth/-/polygon-smooth-6.5.0.tgz",
"integrity": "sha1-AMo2aHHLbqO+5E/z6ocKr3VxFzM=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/polygon-tangents": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpolygon-tangents/-/polygon-tangents-6.5.0.tgz",
"integrity": "sha1-3AJSAnJ7ovM0e6qV28pOD/2y3fU=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/nearest-point": "^6.5.0"
}
},
"@turf/polygon-to-line": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpolygon-to-line/-/polygon-to-line-6.5.0.tgz",
"integrity": "sha1-TchttmFosyu4PORIz5ZiCKRH2VI=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/polygonize": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fpolygonize/-/polygonize-6.5.0.tgz",
"integrity": "sha1-iqDx44bpbFM6MgxCaq84cCAyD6M=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/envelope": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/projection": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fprojection/-/projection-6.5.0.tgz",
"integrity": "sha1-0qrYYjcL8D8icHARFUZKhAbBRLI=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/random": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frandom/-/random-6.5.0.tgz",
"integrity": "sha1-sZZyz0VJVXZgA01KMDkRZW33dH4=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/rectangle-grid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frectangle-grid/-/rectangle-grid-6.5.0.tgz",
"integrity": "sha1-w+846M/bdjASvrHyLit3KIo3pc8=",
"requires": {
"@turf/boolean-intersects": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/rewind": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frewind/-/rewind-6.5.0.tgz",
"integrity": "sha1-vACI+OxW8AyOrNkCu+UeN4bLc6A=",
"requires": {
"@turf/boolean-clockwise": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/rhumb-bearing": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frhumb-bearing/-/rhumb-bearing-6.5.0.tgz",
"integrity": "sha1-jEGtYrRPtOV8FP55BIgFZoTu57k=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/rhumb-destination": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frhumb-destination/-/rhumb-destination-6.5.0.tgz",
"integrity": "sha1-EtqMheZ0sYLosOyOqcX+IYZxba4=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/rhumb-distance": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2frhumb-distance/-/rhumb-distance-6.5.0.tgz",
"integrity": "sha1-7QaABLFGlRK4VwcPv1y3t+q75ZI=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
},
"@turf/sample": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fsample/-/sample-6.5.0.tgz",
"integrity": "sha1-AMygJFFJiUSOV/sb806aM+0/B1U=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/sector": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fsector/-/sector-6.5.0.tgz",
"integrity": "sha1-WZqH675u5hO04ExZKODvH8ePwWw=",
"requires": {
"@turf/circle": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-arc": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/shortest-path": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fshortest-path/-/shortest-path-6.5.0.tgz",
"integrity": "sha1-4f35tHWL0gyvhF/cA9DcLu3i/w4=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/clean-coords": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/transform-scale": "^6.5.0"
}
},
"@turf/simplify": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fsimplify/-/simplify-6.5.0.tgz",
"integrity": "sha1-7ENUYL3gmFt4FhiwXZcUbDLIvBY=",
"requires": {
"@turf/clean-coords": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/square": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fsquare/-/square-6.5.0.tgz",
"integrity": "sha1-q0Pu+Z05w2FXq1uAQWu+uh9rISI=",
"requires": {
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0"
}
},
"@turf/square-grid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fsquare-grid/-/square-grid-6.5.0.tgz",
"integrity": "sha1-OlFzAbQu2YqmLXJ3htxSkJmN264=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/rectangle-grid": "^6.5.0"
}
},
"@turf/standard-deviational-ellipse": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fstandard-deviational-ellipse/-/standard-deviational-ellipse-6.5.0.tgz",
"integrity": "sha1-d1x7mivmVGv2TqisCM3NgFY/KTU=",
"requires": {
"@turf/center-mean": "^6.5.0",
"@turf/ellipse": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/points-within-polygon": "^6.5.0"
}
},
"@turf/tag": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftag/-/tag-6.5.0.tgz",
"integrity": "sha1-E+roXzb5/YxOB2cUqJTLW3cW04E=",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/tesselate": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftesselate/-/tesselate-6.5.0.tgz",
"integrity": "sha1-3kW3ePjmpFU12OsqrOoG+Gxrc/s=",
"requires": {
"@turf/helpers": "^6.5.0",
"earcut": "^2.0.0"
}
},
"@turf/tin": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftin/-/tin-6.5.0.tgz",
"integrity": "sha1-t3vrtII35mE6xrwON6Zli+jBegk=",
"requires": {
"@turf/helpers": "^6.5.0"
}
},
"@turf/transform-rotate": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftransform-rotate/-/transform-rotate-6.5.0.tgz",
"integrity": "sha1-5Q6WqHea+R1YFJ7tsA/9f2OVyAQ=",
"requires": {
"@turf/centroid": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/rhumb-distance": "^6.5.0"
}
},
"@turf/transform-scale": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftransform-scale/-/transform-scale-6.5.0.tgz",
"integrity": "sha1-3MzYsPE53jLjIiWinBB6EnkTcSA=",
"requires": {
"@turf/bbox": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/rhumb-distance": "^6.5.0"
}
},
"@turf/transform-translate": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftransform-translate/-/transform-translate-6.5.0.tgz",
"integrity": "sha1-YxsTrKZAKJgCngP8LR9LwcZn/D4=",
"requires": {
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0"
}
},
"@turf/triangle-grid": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftriangle-grid/-/triangle-grid-6.5.0.tgz",
"integrity": "sha1-dWZOi52cfKTIRWcxNKHg2CteaIc=",
"requires": {
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0"
}
},
"@turf/truncate": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2ftruncate/-/truncate-6.5.0.tgz",
"integrity": "sha1-w6FsrZWfG+HFFWFX1VVcZLGRhdg=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
},
"@turf/turf": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fturf/-/turf-6.5.0.tgz",
"integrity": "sha1-Sc0HuUKnV/PrvbpsspS7uGSCWoM=",
"requires": {
"@turf/along": "^6.5.0",
"@turf/angle": "^6.5.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-clip": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/bezier-spline": "^6.5.0",
"@turf/boolean-clockwise": "^6.5.0",
"@turf/boolean-contains": "^6.5.0",
"@turf/boolean-crosses": "^6.5.0",
"@turf/boolean-disjoint": "^6.5.0",
"@turf/boolean-equal": "^6.5.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/boolean-overlap": "^6.5.0",
"@turf/boolean-parallel": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/boolean-point-on-line": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/center-mean": "^6.5.0",
"@turf/center-median": "^6.5.0",
"@turf/center-of-mass": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/clean-coords": "^6.5.0",
"@turf/clone": "^6.5.0",
"@turf/clusters": "^6.5.0",
"@turf/clusters-dbscan": "^6.5.0",
"@turf/clusters-kmeans": "^6.5.0",
"@turf/collect": "^6.5.0",
"@turf/combine": "^6.5.0",
"@turf/concave": "^6.5.0",
"@turf/convex": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/difference": "^6.5.0",
"@turf/dissolve": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/distance-weight": "^6.5.0",
"@turf/ellipse": "^6.5.0",
"@turf/envelope": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/flatten": "^6.5.0",
"@turf/flip": "^6.5.0",
"@turf/great-circle": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/hex-grid": "^6.5.0",
"@turf/interpolate": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/isobands": "^6.5.0",
"@turf/isolines": "^6.5.0",
"@turf/kinks": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/line-arc": "^6.5.0",
"@turf/line-chunk": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/line-offset": "^6.5.0",
"@turf/line-overlap": "^6.5.0",
"@turf/line-segment": "^6.5.0",
"@turf/line-slice": "^6.5.0",
"@turf/line-slice-along": "^6.5.0",
"@turf/line-split": "^6.5.0",
"@turf/line-to-polygon": "^6.5.0",
"@turf/mask": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/midpoint": "^6.5.0",
"@turf/moran-index": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/nearest-point-to-line": "^6.5.0",
"@turf/planepoint": "^6.5.0",
"@turf/point-grid": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
"@turf/point-to-line-distance": "^6.5.0",
"@turf/points-within-polygon": "^6.5.0",
"@turf/polygon-smooth": "^6.5.0",
"@turf/polygon-tangents": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"@turf/polygonize": "^6.5.0",
"@turf/projection": "^6.5.0",
"@turf/random": "^6.5.0",
"@turf/rewind": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/rhumb-distance": "^6.5.0",
"@turf/sample": "^6.5.0",
"@turf/sector": "^6.5.0",
"@turf/shortest-path": "^6.5.0",
"@turf/simplify": "^6.5.0",
"@turf/square": "^6.5.0",
"@turf/square-grid": "^6.5.0",
"@turf/standard-deviational-ellipse": "^6.5.0",
"@turf/tag": "^6.5.0",
"@turf/tesselate": "^6.5.0",
"@turf/tin": "^6.5.0",
"@turf/transform-rotate": "^6.5.0",
"@turf/transform-scale": "^6.5.0",
"@turf/transform-translate": "^6.5.0",
"@turf/triangle-grid": "^6.5.0",
"@turf/truncate": "^6.5.0",
"@turf/union": "^6.5.0",
"@turf/unkink-polygon": "^6.5.0",
"@turf/voronoi": "^6.5.0"
}
},
"@turf/union": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2funion/-/union-6.5.0.tgz",
"integrity": "sha1-gtKPVRkGCPnH05VZt/VDOTsDuC0=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"polygon-clipping": "^0.15.3"
}
},
"@turf/unkink-polygon": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2funkink-polygon/-/unkink-polygon-6.5.0.tgz",
"integrity": "sha1-nlQYbczgjX5i9gjI+i0/A0Lr6CY=",
"requires": {
"@turf/area": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"rbush": "^2.0.1"
},
"dependencies": {
"quickselect": {
"version": "1.1.1",
"resolved": "https://g.civnet.cn:4873/quickselect/-/quickselect-1.1.1.tgz",
"integrity": "sha1-hS5BLOQY8jetW2YNcM/6xkeulMI="
},
"rbush": {
"version": "2.0.2",
"resolved": "https://g.civnet.cn:4873/rbush/-/rbush-2.0.2.tgz",
"integrity": "sha1-u2AFwnMbe6HVqaA1dykn0WphRgU=",
"requires": {
"quickselect": "^1.0.1"
}
}
}
},
"@turf/voronoi": {
"version": "6.5.0",
"resolved": "https://g.civnet.cn:4873/@turf%2fvoronoi/-/voronoi-6.5.0.tgz",
"integrity": "sha1-r+ZxWlx+/2h0NAEM3kXNSCJIlDQ=",
"requires": {
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"d3-voronoi": "1.1.2"
}
},
"@types/anymatch": {
"version": "3.0.0",
"resolved": "https://g.civnet.cn:4873/@types%2fanymatch/-/anymatch-3.0.0.tgz",
......@@ -3331,6 +4604,11 @@
"@types/range-parser": "*"
}
},
"@types/geojson": {
"version": "7946.0.8",
"resolved": "https://g.civnet.cn:4873/@types%2fgeojson/-/geojson-7946.0.8.tgz",
"integrity": "sha1-MHRK/bOF4pReIvOwM/iX92sfEso="
},
"@types/glob": {
"version": "7.1.3",
"resolved": "https://g.civnet.cn:4873/@types%2fglob/-/glob-7.1.3.tgz",
......@@ -6206,6 +7484,23 @@
"@xtuc/long": "4.2.2"
}
},
"@wisdom-cesium/cesium": {
"version": "1.0.52",
"resolved": "https://g.civnet.cn:4873/@wisdom-cesium%2fcesium/-/cesium-1.0.52.tgz",
"integrity": "sha512-A8eopyo5bhiklkSQzLxSTnmysQNhG1WOaEEORPsoS4pmvvh/VUmQlzqJYLd/d8XFK8Jq1ONbrAsEgVpltrwYkw==",
"requires": {
"@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.12.0",
"@turf/turf": "^6.5.0",
"@wisdom-components/tiptool": "^1.3.13",
"ammo.js": "0.0.10",
"cesium": "1.84.0",
"cesiummeshvisualizer": "^1.0.2",
"heatmap.js": "^2.0.5",
"react-color": "^2.19.3",
"turf": "^3.0.14"
}
},
"@wisdom-components/empty": {
"version": "1.4.3",
"resolved": "https://g.civnet.cn:4873/@wisdom-components%2fempty/-/empty-1.4.3.tgz",
......@@ -6214,6 +7509,21 @@
"classnames": "^2.2.6"
}
},
"@wisdom-components/tiptool": {
"version": "1.3.13",
"resolved": "https://g.civnet.cn:4873/@wisdom-components%2ftiptool/-/tiptool-1.3.13.tgz",
"integrity": "sha512-539L5z5KMJHn5DqrbulU87zw+stgzWzcA/HPsjN4JBEMdLt9efKrHLUgwdloUZyZE3j8f+gXUI8ubyVxK0Itqw==",
"requires": {
"lodash": "^4.17.21"
},
"dependencies": {
"lodash": {
"version": "4.17.21",
"resolved": "https://g.civnet.cn:4873/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
}
}
},
"@wisdom-map/arcgismap": {
"version": "1.0.60-0",
"resolved": "https://g.civnet.cn:4873/@wisdom-map%2farcgismap/-/arcgismap-1.0.60-0.tgz",
......@@ -6521,6 +7831,14 @@
"integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
"dev": true
},
"affine-hull": {
"version": "1.0.0",
"resolved": "https://g.civnet.cn:4873/affine-hull/-/affine-hull-1.0.0.tgz",
"integrity": "sha1-dj/x040GPOt+Jy8X7k17vK+QXF0=",
"requires": {
"robust-orientation": "^1.1.3"
}
},
"aggregate-error": {
"version": "3.1.0",
"resolved": "https://g.civnet.cn:4873/aggregate-error/-/aggregate-error-3.1.0.tgz",
......@@ -6569,6 +7887,11 @@
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
"dev": true
},
"ammo.js": {
"version": "0.0.10",
"resolved": "https://g.civnet.cn:4873/ammo.js/-/ammo.js-0.0.10.tgz",
"integrity": "sha1-r9FucYbdPPeEN0Rk86Tljzd3aVA="
},
"animate.css": {
"version": "4.1.1",
"resolved": "https://g.civnet.cn:4873/animate.css/-/animate.css-4.1.1.tgz",
......@@ -7552,6 +8875,11 @@
"file-uri-to-path": "1.0.0"
}
},
"bit-twiddle": {
"version": "1.0.2",
"resolved": "https://g.civnet.cn:4873/bit-twiddle/-/bit-twiddle-1.0.2.tgz",
"integrity": "sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4="
},
"bl": {
"version": "4.1.0",
"resolved": "https://g.civnet.cn:4873/bl/-/bl-4.1.0.tgz",
......@@ -8203,6 +9531,19 @@
"integrity": "sha1-JGaH3rtgFHNRMb6KurLZOJj40EM=",
"dev": true
},
"cesium": {
"version": "1.84.0",
"resolved": "https://g.civnet.cn:4873/cesium/-/cesium-1.84.0.tgz",
"integrity": "sha1-uTq29XDPNC9jGS3YEEmCY5zajo0="
},
"cesiummeshvisualizer": {
"version": "1.0.2",
"resolved": "https://g.civnet.cn:4873/cesiummeshvisualizer/-/cesiummeshvisualizer-1.0.2.tgz",
"integrity": "sha1-cZtenGm9FpZEfbMBgFkEo8yryHY=",
"requires": {
"csg": "^1.0.1"
}
},
"chalk": {
"version": "2.4.2",
"resolved": "https://g.civnet.cn:4873/chalk/-/chalk-2.4.2.tgz",
......@@ -8808,8 +10149,7 @@
"commander": {
"version": "2.20.3",
"resolved": "https://g.civnet.cn:4873/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"dev": true
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
},
"commondir": {
"version": "1.0.1",
......@@ -8957,6 +10297,17 @@
}
}
},
"concaveman": {
"version": "1.2.1",
"resolved": "https://g.civnet.cn:4873/concaveman/-/concaveman-1.2.1.tgz",
"integrity": "sha1-R9ILRSESXBX6v0U2U8JpbZ7kHgs=",
"requires": {
"point-in-polygon": "^1.1.0",
"rbush": "^3.0.1",
"robust-predicates": "^2.0.4",
"tinyqueue": "^2.0.3"
}
},
"configstore": {
"version": "5.0.1",
"resolved": "https://g.civnet.cn:4873/configstore/-/configstore-5.0.1.tgz",
......@@ -9341,7 +10692,17 @@
"integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=",
"dev": true,
"requires": {
"safe-buffer": "~5.1.1"
"safe-buffer": "~5.1.1"
}
},
"convex-hull": {
"version": "1.0.3",
"resolved": "https://g.civnet.cn:4873/convex-hull/-/convex-hull-1.0.3.tgz",
"integrity": "sha1-IKOqbOh/St6i/30XlxyfwcZ+H/8=",
"requires": {
"affine-hull": "^1.0.0",
"incremental-convex-hull": "^1.0.1",
"monotone-convex-hull-2d": "^1.0.1"
}
},
"cookie": {
......@@ -9733,6 +11094,11 @@
"integrity": "sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU=",
"dev": true
},
"csg": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/csg/-/csg-1.0.1.tgz",
"integrity": "sha1-L8FViDIr6xKZKZ/6QBkGT4Fu1U8="
},
"css": {
"version": "2.2.4",
"resolved": "https://g.civnet.cn:4873/css/-/css-2.2.4.tgz",
......@@ -10167,6 +11533,24 @@
"type": "^1.0.1"
}
},
"d3-array": {
"version": "1.2.4",
"resolved": "https://g.civnet.cn:4873/d3-array/-/d3-array-1.2.4.tgz",
"integrity": "sha1-Y1zk1e6nWfb2BYY9vPww7cc39x8="
},
"d3-geo": {
"version": "1.7.1",
"resolved": "https://g.civnet.cn:4873/d3-geo/-/d3-geo-1.7.1.tgz",
"integrity": "sha1-RLvHohix/YWfPY/XxEPKg2Vpzpk=",
"requires": {
"d3-array": "1"
}
},
"d3-voronoi": {
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
"integrity": "sha1-Fodmfo8TotFYyAwUgMWinLDYlzw="
},
"damerau-levenshtein": {
"version": "1.0.7",
"resolved": "https://g.civnet.cn:4873/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
......@@ -10288,6 +11672,19 @@
"integrity": "sha1-wB3mPvsO7JeYgB1Ax+Da4ltYLIQ=",
"dev": true
},
"deep-equal": {
"version": "1.1.1",
"resolved": "https://g.civnet.cn:4873/deep-equal/-/deep-equal-1.1.1.tgz",
"integrity": "sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=",
"requires": {
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.1",
"is-regex": "^1.0.4",
"object-is": "^1.0.1",
"object-keys": "^1.1.1",
"regexp.prototype.flags": "^1.2.0"
}
},
"deep-extend": {
"version": "0.6.0",
"resolved": "https://g.civnet.cn:4873/deep-extend/-/deep-extend-0.6.0.tgz",
......@@ -10405,6 +11802,11 @@
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"dev": true
},
"density-clustering": {
"version": "1.3.0",
"resolved": "https://g.civnet.cn:4873/density-clustering/-/density-clustering-1.3.0.tgz",
"integrity": "sha1-3J9ZyPCrl+FiSsZJMP0xlIF9ysU="
},
"depd": {
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/depd/-/depd-1.1.2.tgz",
......@@ -10680,6 +12082,11 @@
}
}
},
"earcut": {
"version": "2.2.3",
"resolved": "https://g.civnet.cn:4873/earcut/-/earcut-2.2.3.tgz",
"integrity": "sha1-1EztL/WhiFlWjjJ92cfUaxb1XPQ="
},
"ecc-jsbn": {
"version": "0.1.2",
"resolved": "https://g.civnet.cn:4873/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
......@@ -12954,6 +14361,44 @@
"integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=",
"dev": true
},
"geojson-area": {
"version": "0.2.1",
"resolved": "https://g.civnet.cn:4873/geojson-area/-/geojson-area-0.2.1.tgz",
"integrity": "sha1-JTewmC24YwnyHSxCikJXx6YoLMY=",
"requires": {
"wgs84": "0.0.0"
}
},
"geojson-equality": {
"version": "0.1.6",
"resolved": "https://g.civnet.cn:4873/geojson-equality/-/geojson-equality-0.1.6.tgz",
"integrity": "sha1-oXE3TvBD5dR5eZWEC65GSOB1LXI=",
"requires": {
"deep-equal": "^1.0.0"
}
},
"geojson-normalize": {
"version": "0.0.0",
"resolved": "https://g.civnet.cn:4873/geojson-normalize/-/geojson-normalize-0.0.0.tgz",
"integrity": "sha1-Lbw2eM0bMbgXnodr2nDNEg3eNcA="
},
"geojson-random": {
"version": "0.2.2",
"resolved": "https://g.civnet.cn:4873/geojson-random/-/geojson-random-0.2.2.tgz",
"integrity": "sha1-q0g48SatxeFvj5TmVd74IPkRnbw="
},
"geojson-rbush": {
"version": "3.2.0",
"resolved": "https://g.civnet.cn:4873/geojson-rbush/-/geojson-rbush-3.2.0.tgz",
"integrity": "sha1-i1Q88NVvmbePrx2lK7ZqytbfwpA=",
"requires": {
"@turf/bbox": "*",
"@turf/helpers": "6.x",
"@turf/meta": "6.x",
"@types/geojson": "7946.0.8",
"rbush": "^3.0.1"
}
},
"get-caller-file": {
"version": "2.0.5",
"resolved": "https://g.civnet.cn:4873/get-caller-file/-/get-caller-file-2.0.5.tgz",
......@@ -13593,6 +15038,11 @@
"upper-case": "^1.1.3"
}
},
"heatmap.js": {
"version": "2.0.5",
"resolved": "https://g.civnet.cn:4873/heatmap.js/-/heatmap.js-2.0.5.tgz",
"integrity": "sha1-Rm07hlE/XUkRKknSVwCrJzAUkVM="
},
"hex-color-regex": {
"version": "1.1.0",
"resolved": "https://g.civnet.cn:4873/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
......@@ -14628,6 +16078,15 @@
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
"dev": true
},
"incremental-convex-hull": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz",
"integrity": "sha1-UUKMFMudmmFEv+abKFH7N3M0vh4=",
"requires": {
"robust-orientation": "^1.1.2",
"simplicial-complex": "^1.0.0"
}
},
"indent-string": {
"version": "3.2.0",
"resolved": "https://g.civnet.cn:4873/indent-string/-/indent-string-3.2.0.tgz",
......@@ -14902,6 +16361,15 @@
"is-decimal": "^1.0.0"
}
},
"is-arguments": {
"version": "1.1.1",
"resolved": "https://g.civnet.cn:4873/is-arguments/-/is-arguments-1.1.1.tgz",
"integrity": "sha1-FbP4j9oB8ql/7ITKdhpWDxI++ps=",
"requires": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
}
},
"is-arrayish": {
"version": "0.2.1",
"resolved": "https://g.civnet.cn:4873/is-arrayish/-/is-arrayish-0.2.1.tgz",
......@@ -16708,6 +18176,11 @@
"verror": "1.10.0"
}
},
"jsts": {
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/jsts/-/jsts-1.1.2.tgz",
"integrity": "sha1-0gXSzIOTCB2eSErjYoIRBpXtwjA="
},
"jsx-ast-utils": {
"version": "2.4.1",
"resolved": "https://g.civnet.cn:4873/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz",
......@@ -18550,6 +20023,14 @@
"resolved": "https://g.civnet.cn:4873/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
},
"monotone-convex-hull-2d": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/monotone-convex-hull-2d/-/monotone-convex-hull-2d-1.0.1.tgz",
"integrity": "sha1-R/Xa6t88Sv03dkuqGqh4ekDu4Iw=",
"requires": {
"robust-orientation": "^1.1.3"
}
},
"mousetrap": {
"version": "1.6.5",
"resolved": "https://g.civnet.cn:4873/mousetrap/-/mousetrap-1.6.5.tgz",
......@@ -20018,6 +21499,15 @@
"resolved": "https://g.civnet.cn:4873/object-inspect/-/object-inspect-1.11.0.tgz",
"integrity": "sha1-nc6xRs7dQUig2eUauI00z1CZIrE="
},
"object-is": {
"version": "1.1.5",
"resolved": "https://g.civnet.cn:4873/object-is/-/object-is-1.1.5.tgz",
"integrity": "sha1-ud7qpfx/GEag+uzc7sE45XePU6w=",
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"object-keys": {
"version": "1.1.1",
"resolved": "https://g.civnet.cn:4873/object-keys/-/object-keys-1.1.1.tgz",
......@@ -21193,6 +22683,19 @@
"integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
"dev": true
},
"point-in-polygon": {
"version": "1.1.0",
"resolved": "https://g.civnet.cn:4873/point-in-polygon/-/point-in-polygon-1.1.0.tgz",
"integrity": "sha1-sK8mFsAb3uNBy/KJTfZDOHygM1c="
},
"polygon-clipping": {
"version": "0.15.3",
"resolved": "https://g.civnet.cn:4873/polygon-clipping/-/polygon-clipping-0.15.3.tgz",
"integrity": "sha1-AhWEBDhHC6Lp5lk2JeTqXBCHtLc=",
"requires": {
"splaytree": "^3.1.0"
}
},
"portfinder": {
"version": "1.0.26",
"resolved": "https://g.civnet.cn:4873/portfinder/-/portfinder-1.0.26.tgz",
......@@ -22853,6 +24356,11 @@
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
"dev": true
},
"quickselect": {
"version": "2.0.0",
"resolved": "https://g.civnet.cn:4873/quickselect/-/quickselect-2.0.0.tgz",
"integrity": "sha1-8ZaApIal7vtYEwPgI+mPqvJd0Bg="
},
"raf": {
"version": "3.4.1",
"resolved": "https://g.civnet.cn:4873/raf/-/raf-3.4.1.tgz",
......@@ -22933,6 +24441,14 @@
}
}
},
"rbush": {
"version": "3.0.1",
"resolved": "https://g.civnet.cn:4873/rbush/-/rbush-3.0.1.tgz",
"integrity": "sha1-X6+op5s7mv3+UAhAOnIMwd6ILs8=",
"requires": {
"quickselect": "^2.0.0"
}
},
"rc": {
"version": "1.2.8",
"resolved": "https://g.civnet.cn:4873/rc/-/rc-1.2.8.tgz",
......@@ -24199,7 +25715,6 @@
"version": "1.3.1",
"resolved": "https://g.civnet.cn:4873/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
"integrity": "sha1-fvNSro0VnnWMDq3Kb4/LTu8HviY=",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
......@@ -24868,6 +26383,41 @@
"inherits": "^2.0.1"
}
},
"robust-orientation": {
"version": "1.2.1",
"resolved": "https://g.civnet.cn:4873/robust-orientation/-/robust-orientation-1.2.1.tgz",
"integrity": "sha1-9sKwCl318cuVl75jpFGQ8nOJk2E=",
"requires": {
"robust-scale": "^1.0.2",
"robust-subtract": "^1.0.0",
"robust-sum": "^1.0.0",
"two-product": "^1.0.2"
}
},
"robust-predicates": {
"version": "2.0.4",
"resolved": "https://g.civnet.cn:4873/robust-predicates/-/robust-predicates-2.0.4.tgz",
"integrity": "sha1-CiNnqTq9mWdtB1mBcH8pz7QCJIs="
},
"robust-scale": {
"version": "1.0.2",
"resolved": "https://g.civnet.cn:4873/robust-scale/-/robust-scale-1.0.2.tgz",
"integrity": "sha1-d1Ey7QlULQKOWLLMecBikLz3jDI=",
"requires": {
"two-product": "^1.0.2",
"two-sum": "^1.0.0"
}
},
"robust-subtract": {
"version": "1.0.0",
"resolved": "https://g.civnet.cn:4873/robust-subtract/-/robust-subtract-1.0.0.tgz",
"integrity": "sha1-4LFk4e2LpOOl3aRaEgODSNvtPpo="
},
"robust-sum": {
"version": "1.0.0",
"resolved": "https://g.civnet.cn:4873/robust-sum/-/robust-sum-1.0.0.tgz",
"integrity": "sha1-FmRuUlKStNJdgnV6KGlV4Lv6U9k="
},
"rollup": {
"version": "2.58.0",
"resolved": "https://g.civnet.cn:4873/rollup/-/rollup-2.58.0.tgz",
......@@ -25479,6 +27029,20 @@
}
}
},
"simplicial-complex": {
"version": "1.0.0",
"resolved": "https://g.civnet.cn:4873/simplicial-complex/-/simplicial-complex-1.0.0.tgz",
"integrity": "sha1-bDOk7Wn81Nkbe8rdOzC2NoPq4kE=",
"requires": {
"bit-twiddle": "^1.0.0",
"union-find": "^1.0.0"
}
},
"simplify-js": {
"version": "1.2.4",
"resolved": "https://g.civnet.cn:4873/simplify-js/-/simplify-js-1.2.4.tgz",
"integrity": "sha1-eqsi1t9Uf/1A7wdhzNgrdSh9Rcc="
},
"single-spa": {
"version": "5.9.3",
"resolved": "https://g.civnet.cn:4873/single-spa/-/single-spa-5.9.3.tgz",
......@@ -25490,6 +27054,11 @@
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
"dev": true
},
"skmeans": {
"version": "0.9.7",
"resolved": "https://g.civnet.cn:4873/skmeans/-/skmeans-0.9.7.tgz",
"integrity": "sha1-cmcM67coUI9W4pwOENEeYjUpzl0="
},
"slash": {
"version": "2.0.0",
"resolved": "https://g.civnet.cn:4873/slash/-/slash-2.0.0.tgz",
......@@ -25826,6 +27395,11 @@
}
}
},
"splaytree": {
"version": "3.1.0",
"resolved": "https://g.civnet.cn:4873/splaytree/-/splaytree-3.1.0.tgz",
"integrity": "sha1-F9SgEIpto2J1eWkLe4RyQeGN3sg="
},
"split": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/split/-/split-1.0.1.tgz",
......@@ -27663,6 +29237,11 @@
"resolved": "https://g.civnet.cn:4873/tinycolor2/-/tinycolor2-1.4.2.tgz",
"integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
},
"tinyqueue": {
"version": "2.0.3",
"resolved": "https://g.civnet.cn:4873/tinyqueue/-/tinyqueue-2.0.3.tgz",
"integrity": "sha1-ZNhJLr8554Ade9NAYuKbRbIDXwg="
},
"title-case": {
"version": "2.1.1",
"resolved": "https://g.civnet.cn:4873/title-case/-/title-case-2.1.1.tgz",
......@@ -27777,6 +29356,22 @@
"integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
"dev": true
},
"topojson-client": {
"version": "3.1.0",
"resolved": "https://g.civnet.cn:4873/topojson-client/-/topojson-client-3.1.0.tgz",
"integrity": "sha1-Iuix7QiiuSL+60r29Ttu8JpGe5k=",
"requires": {
"commander": "2"
}
},
"topojson-server": {
"version": "3.0.1",
"resolved": "https://g.civnet.cn:4873/topojson-server/-/topojson-server-3.0.1.tgz",
"integrity": "sha1-0rPsCVtnMimb52pIQGERsyAaNPU=",
"requires": {
"commander": "2"
}
},
"toposort": {
"version": "2.0.2",
"resolved": "https://g.civnet.cn:4873/toposort/-/toposort-2.0.2.tgz",
......@@ -27911,12 +29506,507 @@
"safe-buffer": "^5.0.1"
}
},
"turf": {
"version": "3.0.14",
"resolved": "https://g.civnet.cn:4873/turf/-/turf-3.0.14.tgz",
"integrity": "sha1-6y9KgKLVg7jGSGvHtccZBGaGbCc=",
"requires": {
"turf-along": "^3.0.12",
"turf-area": "^3.0.12",
"turf-bbox": "^3.0.12",
"turf-bbox-polygon": "^3.0.12",
"turf-bearing": "^3.0.12",
"turf-bezier": "^3.0.12",
"turf-buffer": "^3.0.12",
"turf-center": "^3.0.12",
"turf-centroid": "^3.0.12",
"turf-circle": "^3.0.12",
"turf-collect": "^3.0.12",
"turf-combine": "^3.0.12",
"turf-concave": "^3.0.12",
"turf-convex": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-difference": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-envelope": "^3.0.12",
"turf-explode": "^3.0.12",
"turf-flip": "^3.0.12",
"turf-helpers": "^3.0.12",
"turf-hex-grid": "^3.0.12",
"turf-inside": "^3.0.12",
"turf-intersect": "^3.0.12",
"turf-isolines": "^3.0.12",
"turf-kinks": "^3.0.12",
"turf-line-distance": "^3.0.12",
"turf-line-slice": "^3.0.12",
"turf-meta": "^3.0.12",
"turf-midpoint": "^3.0.12",
"turf-nearest": "^3.0.12",
"turf-planepoint": "^3.0.12",
"turf-point-grid": "^3.0.12",
"turf-point-on-line": "^3.0.12",
"turf-point-on-surface": "^3.0.12",
"turf-random": "^3.0.12",
"turf-sample": "^3.0.12",
"turf-simplify": "^3.0.12",
"turf-square": "^3.0.12",
"turf-square-grid": "^3.0.12",
"turf-tag": "^3.0.12",
"turf-tesselate": "^3.0.12",
"turf-tin": "^3.0.12",
"turf-triangle-grid": "^3.0.12",
"turf-union": "^3.0.12",
"turf-within": "^3.0.12"
}
},
"turf-along": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-along/-/turf-along-3.0.12.tgz",
"integrity": "sha1-5iK956S9E4wJZH1LFKoOpwBIXeY=",
"requires": {
"turf-bearing": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-area": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-area/-/turf-area-3.0.12.tgz",
"integrity": "sha1-m35Gnvn7VY/RR7sMIUgjJjvb8Tw=",
"requires": {
"geojson-area": "^0.2.1"
}
},
"turf-bbox": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-bbox/-/turf-bbox-3.0.12.tgz",
"integrity": "sha1-P6BhF8hEOGDsgKxg/V0vEyC/sb4=",
"requires": {
"turf-meta": "^3.0.12"
}
},
"turf-bbox-polygon": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-bbox-polygon/-/turf-bbox-polygon-3.0.12.tgz",
"integrity": "sha1-Mw3AuzgyLWFUXflmzmyA9oWs9PI=",
"requires": {
"turf-helpers": "^3.0.12"
}
},
"turf-bearing": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-bearing/-/turf-bearing-3.0.12.tgz",
"integrity": "sha1-ZfYJ3YUOc2THdxqm3th7DhkX/SA=",
"requires": {
"turf-invariant": "^3.0.12"
}
},
"turf-bezier": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-bezier/-/turf-bezier-3.0.12.tgz",
"integrity": "sha1-EC791KY7Jl7pyMFydjGSCzb03QI=",
"requires": {
"turf-helpers": "^3.0.12"
}
},
"turf-buffer": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-buffer/-/turf-buffer-3.0.12.tgz",
"integrity": "sha1-IIQP58aqZ7JL4cq3/8xagv1r2XE=",
"requires": {
"geojson-normalize": "0.0.0",
"jsts": "1.1.2",
"turf-combine": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-center": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-center/-/turf-center-3.0.12.tgz",
"integrity": "sha1-Rd1sFym7hnKR4+AC6cdQb4xEAZY=",
"requires": {
"turf-bbox": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-centroid": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-centroid/-/turf-centroid-3.0.12.tgz",
"integrity": "sha1-6u4NaYIEtX/DOZS7G8hnuNopP48=",
"requires": {
"turf-helpers": "^3.0.12",
"turf-meta": "^3.0.12"
}
},
"turf-circle": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-circle/-/turf-circle-3.0.12.tgz",
"integrity": "sha1-FAshy0lQ8tPLxw0t8BKTaGf1iTA=",
"requires": {
"turf-destination": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-collect": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-collect/-/turf-collect-3.0.12.tgz",
"integrity": "sha1-bphtGnB9oxnMg+cjjQvN8Zqjx/I=",
"requires": {
"turf-inside": "^3.0.12"
}
},
"turf-combine": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-combine/-/turf-combine-3.0.12.tgz",
"integrity": "sha1-FnB0bw/c4NHqiqain/5UONRGz3M=",
"requires": {
"turf-meta": "^3.0.12"
}
},
"turf-concave": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-concave/-/turf-concave-3.0.12.tgz",
"integrity": "sha1-/KtgVpZbCoMZ9s2AJgEJXy/TqOs=",
"requires": {
"turf-distance": "^3.0.12",
"turf-meta": "^3.0.12",
"turf-tin": "^3.0.12",
"turf-union": "^3.0.12"
}
},
"turf-convex": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-convex/-/turf-convex-3.0.12.tgz",
"integrity": "sha1-qI3cPiLRy2WHlqnIXTraO9Pso1c=",
"requires": {
"convex-hull": "^1.0.3",
"turf-helpers": "^3.0.12",
"turf-meta": "^3.0.12"
}
},
"turf-destination": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-destination/-/turf-destination-3.0.12.tgz",
"integrity": "sha1-fdb7+X6G+DGibIPvLVovjR2KbeI=",
"requires": {
"turf-helpers": "^3.0.12",
"turf-invariant": "^3.0.12"
}
},
"turf-difference": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-difference/-/turf-difference-3.0.12.tgz",
"integrity": "sha1-nD0NdjBCEAW4slt/Bo7Z77S8bqc=",
"requires": {
"jsts": "1.1.2",
"turf-helpers": "^3.0.12"
}
},
"turf-distance": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-distance/-/turf-distance-3.0.12.tgz",
"integrity": "sha1-+5e4cF+s2ZOxReAUtBhiYQ7spEk=",
"requires": {
"turf-helpers": "^3.0.12",
"turf-invariant": "^3.0.12"
}
},
"turf-envelope": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-envelope/-/turf-envelope-3.0.12.tgz",
"integrity": "sha1-lpIdJ4zIxmRpLjIOJUO5FAgNeGs=",
"requires": {
"turf-bbox": "^3.0.12",
"turf-bbox-polygon": "^3.0.12"
}
},
"turf-explode": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-explode/-/turf-explode-3.0.12.tgz",
"integrity": "sha1-xa4owoTNAGxWUR7H1AjEilQU7P4=",
"requires": {
"turf-helpers": "^3.0.12",
"turf-meta": "^3.0.12"
}
},
"turf-flip": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-flip/-/turf-flip-3.0.12.tgz",
"integrity": "sha1-3rhoF3uf87sxDF1BqqxhqRVqPLs=",
"requires": {
"turf-meta": "^3.0.12"
}
},
"turf-grid": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/turf-grid/-/turf-grid-1.0.1.tgz",
"integrity": "sha1-uQSrxWS5ObYnpmrBXrFuBTgpuA8=",
"requires": {
"turf-point": "^2.0.0"
}
},
"turf-helpers": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-helpers/-/turf-helpers-3.0.12.tgz",
"integrity": "sha1-3UJy50s618lu7LeuXFf+jspUS3s="
},
"turf-hex-grid": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-hex-grid/-/turf-hex-grid-3.0.12.tgz",
"integrity": "sha1-BpjvZpAguzHY6cwgVtCr/K/ITo8=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-inside": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-inside/-/turf-inside-3.0.12.tgz",
"integrity": "sha1-m6QPpu7WO+x+fYiqZCdiLE3wcGY=",
"requires": {
"turf-invariant": "^3.0.12"
}
},
"turf-intersect": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-intersect/-/turf-intersect-3.0.12.tgz",
"integrity": "sha1-wNf7MFhDoZJ1ZwBXo50mixeDDYM=",
"requires": {
"jsts": "1.1.2"
}
},
"turf-invariant": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-invariant/-/turf-invariant-3.0.12.tgz",
"integrity": "sha1-O5UlOVOZHr2WLdNdT2cEwofejr4="
},
"turf-isolines": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-isolines/-/turf-isolines-3.0.12.tgz",
"integrity": "sha1-ALIz3+LuvU7LR6lPySPG7OyJx6s=",
"requires": {
"turf-bbox": "^3.0.12",
"turf-grid": "1.0.1",
"turf-helpers": "^3.0.12",
"turf-inside": "^3.0.12",
"turf-planepoint": "^3.0.12",
"turf-square": "^3.0.12",
"turf-tin": "^3.0.12"
}
},
"turf-jsts": {
"version": "1.2.3",
"resolved": "https://g.civnet.cn:4873/turf-jsts/-/turf-jsts-1.2.3.tgz",
"integrity": "sha1-WXV/VCr7/5pXe79BHxg7j0jTiqQ="
},
"turf-kinks": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-kinks/-/turf-kinks-3.0.12.tgz",
"integrity": "sha1-6cmo26VyTZjyNQ/FveugaewzN1U=",
"requires": {
"turf-helpers": "^3.0.12"
}
},
"turf-line-distance": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-line-distance/-/turf-line-distance-3.0.12.tgz",
"integrity": "sha1-cQj1smkH97jC3Rs5l4Zt06YOj18=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-line-slice": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-line-slice/-/turf-line-slice-3.0.12.tgz",
"integrity": "sha1-9fGszJKtrmnqGsCynwdSmijd6RY=",
"requires": {
"turf-bearing": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12",
"turf-point-on-line": "^3.0.12"
}
},
"turf-meta": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-meta/-/turf-meta-3.0.12.tgz",
"integrity": "sha1-CqmhyvgrKloI1U4IMLW1o/oOijg="
},
"turf-midpoint": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-midpoint/-/turf-midpoint-3.0.12.tgz",
"integrity": "sha1-sSdlroms3uhVb9XibJxfoEGgLL4=",
"requires": {
"turf-bearing": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-invariant": "^3.0.12"
}
},
"turf-nearest": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-nearest/-/turf-nearest-3.0.12.tgz",
"integrity": "sha1-cAIH9EQ/BQlvhs0kb5KfFw369G0=",
"requires": {
"turf-distance": "^3.0.12"
}
},
"turf-planepoint": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-planepoint/-/turf-planepoint-3.0.12.tgz",
"integrity": "sha1-LDeuDxf8sw22448NWe5sDdbKqa8="
},
"turf-point": {
"version": "2.0.1",
"resolved": "https://g.civnet.cn:4873/turf-point/-/turf-point-2.0.1.tgz",
"integrity": "sha1-otzDCi0g9Ez1xicd97riwOIUYGk=",
"requires": {
"minimist": "^1.1.0"
}
},
"turf-point-grid": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-point-grid/-/turf-point-grid-3.0.12.tgz",
"integrity": "sha1-1gSXi+ELyeUzBq4CzvcJhDHbSXE=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-point-on-line": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-point-on-line/-/turf-point-on-line-3.0.12.tgz",
"integrity": "sha1-HYZjNU5wNy2xhj5iU+kEDEcSew8=",
"requires": {
"turf-bearing": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-point-on-surface": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-point-on-surface/-/turf-point-on-surface-3.0.12.tgz",
"integrity": "sha1-m+UFtrC6eOmFZQAd47OkJnEVJAo=",
"requires": {
"turf-center": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-explode": "^3.0.12",
"turf-helpers": "^3.0.12",
"turf-inside": "^3.0.12"
}
},
"turf-random": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-random/-/turf-random-3.0.12.tgz",
"integrity": "sha1-NNuxQcPx6urhQk/Wxeq6H2+5seg=",
"requires": {
"geojson-random": "^0.2.2"
}
},
"turf-sample": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-sample/-/turf-sample-3.0.12.tgz",
"integrity": "sha1-eUn4YgYSBH4TFMHO2H6ZwUJGPNI=",
"requires": {
"turf-helpers": "^3.0.12"
}
},
"turf-simplify": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-simplify/-/turf-simplify-3.0.12.tgz",
"integrity": "sha1-heRDyLRqordSY4lETHOB2qKtGec=",
"requires": {
"simplify-js": "^1.2.1"
}
},
"turf-square": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-square/-/turf-square-3.0.12.tgz",
"integrity": "sha1-Gjix4PsF/+D8qkMYji83lCpRW2Q=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-square-grid": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-square-grid/-/turf-square-grid-3.0.12.tgz",
"integrity": "sha1-PB2ArBRVbGgTtHi9oBJRLtS5Psg=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-tag": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-tag/-/turf-tag-3.0.12.tgz",
"integrity": "sha1-IoT/8Oih6Son1Kx/10cbPEjd0ag=",
"requires": {
"turf-inside": "^3.0.12"
}
},
"turf-tesselate": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-tesselate/-/turf-tesselate-3.0.12.tgz",
"integrity": "sha1-QUdLe1s4ILzyc/tx4YlNjDzUDTU=",
"requires": {
"earcut": "^2.0.0",
"turf-helpers": "^3.0.12"
}
},
"turf-tin": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-tin/-/turf-tin-3.0.12.tgz",
"integrity": "sha1-tlNGRHY6zhyd8kHJWNI4SFUlc4U=",
"requires": {
"turf-helpers": "^3.0.12"
}
},
"turf-triangle-grid": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-triangle-grid/-/turf-triangle-grid-3.0.12.tgz",
"integrity": "sha1-gGR+V9r+CTRoeaKaGKDmKUrPEVk=",
"requires": {
"turf-distance": "^3.0.12",
"turf-helpers": "^3.0.12"
}
},
"turf-union": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-union/-/turf-union-3.0.12.tgz",
"integrity": "sha1-3+0OVUC4woVeSZTBRiHjpgyCnI4=",
"requires": {
"jsts": "1.1.2"
}
},
"turf-within": {
"version": "3.0.12",
"resolved": "https://g.civnet.cn:4873/turf-within/-/turf-within-3.0.12.tgz",
"integrity": "sha1-937q83cjhWG3+xM4526dEph0H5Q=",
"requires": {
"turf-helpers": "^3.0.12",
"turf-inside": "^3.0.12"
}
},
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://g.civnet.cn:4873/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
"dev": true
},
"two-product": {
"version": "1.0.2",
"resolved": "https://g.civnet.cn:4873/two-product/-/two-product-1.0.2.tgz",
"integrity": "sha1-Z9ldSyV6kh4stL16+VEfkIhSLqo="
},
"two-sum": {
"version": "1.0.0",
"resolved": "https://g.civnet.cn:4873/two-sum/-/two-sum-1.0.0.tgz",
"integrity": "sha1-MdPzIjnk9zHsqd+RVeKyl/AIq2Q="
},
"type": {
"version": "1.2.0",
"resolved": "https://g.civnet.cn:4873/type/-/type-1.2.0.tgz",
......@@ -28108,6 +30198,11 @@
"integrity": "sha1-CjbLmlhcT2q9Ua0d7dsoXBZSl8g=",
"dev": true
},
"union-find": {
"version": "1.0.2",
"resolved": "https://g.civnet.cn:4873/union-find/-/union-find-1.0.2.tgz",
"integrity": "sha1-KSusQV5q06iVNdI3AQ20pTYoTlg="
},
"union-value": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/union-value/-/union-value-1.0.1.tgz",
......@@ -29672,6 +31767,11 @@
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
"dev": true
},
"wgs84": {
"version": "0.0.0",
"resolved": "https://g.civnet.cn:4873/wgs84/-/wgs84-0.0.0.tgz",
"integrity": "sha1-NP3FVZF7blfPKigu0ENxDASc3HY="
},
"whatwg-encoding": {
"version": "1.0.5",
"resolved": "https://g.civnet.cn:4873/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
......@@ -93,13 +93,14 @@
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design/colors": "^5.0.1",
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-form": "^1.42.1",
"@ant-design/pro-layout": "^6.24.1",
"@ant-design/pro-skeleton": "^1.0.0-beta.2",
"@ant-design/pro-table": "^2.5.3",
"@ant-design/pro-utils": "^1.10.4",
"@ant-design/pro-form": "^1.42.1",
"@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.10.5",
"@wisdom-cesium/cesium": "^1.0.52",
"@wisdom-components/empty": "^1.4.1",
"@wisdom-map/arcgismap": "^1.0.60-0",
"@wisdom-map/util": "^1.0.27-0",
......
......@@ -23,6 +23,7 @@ import {
SLIDER_MENU_MODE,
VALIDATE_AUTH,
MAP_VIEW,
PD_VIEW
} from './constants';
export function getConfig(data) {
......@@ -170,6 +171,13 @@ export function updageMapView(data) {
};
}
export function updatePdCesiumView(data) {
return {
type: PD_VIEW,
data
}
}
export function logout(data) {
// eslint-disable-next-line no-undef
createStoreage.remove('PANDA_STORE');
......
......@@ -20,3 +20,4 @@ export const COMPLEX_PATHNAME = 'App/COMPLEX_PATHNAME';
export const GET_MICRO_MOUNTED_STATUS = 'App/GET_MICRO_MOUNTED_STATUS';
export const LOGINOUT = 'App/LOGINOUT';
export const MAP_VIEW = 'App/MAP_VIEW';
export const PD_VIEW = "App/PD_VIEW"
......@@ -30,6 +30,7 @@ import {
SLIDER_MENU_MODE,
VALIDATE_AUTH,
MAP_VIEW,
PD_VIEW
} from './constants';
const proxy = require('../../../../config/proxy');
......@@ -69,7 +70,8 @@ export const initialState = fromJS({
complexConfig: {},
complexPathName: null,
microMounted: true,
mapView: null
mapView: null,
pdView: null
});
/* eslint-disable default-case, no-param-reassign */
......@@ -211,6 +213,11 @@ const appReducer = (state = initialState, action) => {
return state.merge({
mapView: action.data,
});
case PD_VIEW:
store.set('pdView', action.data)
return state.merge({
pdView : action.data
})
default:
return state;
}
......
......@@ -35,6 +35,7 @@ import RightContent from '@/components/GlobalHeader/ExtendRightContent';
import Panel from '@/components/SliderPanel/MinPanel';
import { actionCreators } from '@/containers/App/store';
import CreateBaseMap from '@/pages/map';
import CesiumMap from '@/pages/cesiumMap'
// import Authorized from '@/utils/Authorized';
import {
findPathByLeafId,
......@@ -653,9 +654,8 @@ const BasicLayout = props => {
}
{
!window.location.pathname.startsWith('/civbase/civweb4') && <CreateBaseMap options={{type: 'ArcgisMap'}}/>
!window.location.pathname.startsWith('/civbase/civweb4') ? (window.location.pathname.startsWith('/civbase/civ_3d') ? <CesiumMap /> : <CreateBaseMap options={{type: 'ArcgisMap'}}/>) : null
}
<div id="micro-container" className="subapp-container">
{/*<CreateBaseMap/>*/}
{props.children}
......
import {PdRender, parseScheme} from '@wisdom-cesium/cesium'
import { useRef , useEffect } from 'react'
import { connect } from 'react-redux'
import { actionCreators } from '@/containers/App/store';
const cesiumMap = props => {
const ref = useRef(null)
useEffect(() => {
const mapConfig3d = props.globalConfig?.mapConfig3d ?? {}
const {widgets} = mapConfig3d
const schemes = parseScheme.parseSchemes(mapConfig3d)
const schemeData = parseScheme.parseDatas(schemes)
const pdView = new PdRender({
el: ref.current,
widgets,
delayWidgetRender : true,
...schemeData
})
props.updatePdCesiumView(pdView)
}, [])
return (<div style={{
inset: 0,
position : "absolute"
}} ref = {ref}></div>)
}
const mapStateToProps = state => ({
globalConfig : state.getIn(['global','globalConfig'])
})
const mapDispatchToProps = dispatch => ({
updatePdCesiumView(pdView) {
dispatch(actionCreators.updatePdCesiumView(pdView))
}
})
export default connect(mapStateToProps, mapDispatchToProps)(cesiumMap)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment