bbj-screen-widget 2.4.76 → 2.4.77
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/bundles/bbj-screen-widget.umd.js +2 -2
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/bundles/bbj-screen-widget.umd.min.js.map +1 -1
- package/esm2015/lib/custom-baidu-map/baidu-fence/baidu-fence.component.js +3 -3
- package/fesm2015/bbj-screen-widget.js +2 -2
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -16178,7 +16178,7 @@
|
|
|
16178
16178
|
}
|
|
16179
16179
|
if (r.type === 'circle') {
|
|
16180
16180
|
if (!r.radius || !r.lnglat) {
|
|
16181
|
-
|
|
16181
|
+
continue;
|
|
16182
16182
|
}
|
|
16183
16183
|
var pointsCount = 90;
|
|
16184
16184
|
var radius = r.radius;
|
|
@@ -16211,7 +16211,7 @@
|
|
|
16211
16211
|
}
|
|
16212
16212
|
else {
|
|
16213
16213
|
if (!r.lnglat) {
|
|
16214
|
-
|
|
16214
|
+
continue;
|
|
16215
16215
|
}
|
|
16216
16216
|
// const coordinates = r.lnglat.split(';').map((r) => {
|
|
16217
16217
|
// const lnglat = r.split(',');
|