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.
@@ -16178,7 +16178,7 @@
16178
16178
  }
16179
16179
  if (r.type === 'circle') {
16180
16180
  if (!r.radius || !r.lnglat) {
16181
- return;
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
- return;
16214
+ continue;
16215
16215
  }
16216
16216
  // const coordinates = r.lnglat.split(';').map((r) => {
16217
16217
  // const lnglat = r.split(',');