@conboai/app.db.query 0.9.67 → 0.9.68
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/dist/app.db.query.js +8 -3
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -134468,14 +134468,19 @@ const qGe = ({
|
|
|
134468
134468
|
H(pe);
|
|
134469
134469
|
const ye = y[0];
|
|
134470
134470
|
if (b && b.length > 0) {
|
|
134471
|
-
const Ce = (((ge = ye == null ? void 0 : ye.
|
|
134472
|
-
(Ne) =>
|
|
134471
|
+
const Ce = (((ge = ye == null ? void 0 : ye.intersections) == null ? void 0 : ge.filter(
|
|
134472
|
+
(Ne) => b.includes(Ne.area_id)
|
|
134473
|
+
)) || []).map(
|
|
134474
|
+
(Ne) => _0([Ne.polygon], {
|
|
134473
134475
|
strokeWidth: 3,
|
|
134474
134476
|
stroke: "#2465f2",
|
|
134475
134477
|
fill: "none"
|
|
134476
134478
|
})
|
|
134477
134479
|
);
|
|
134478
|
-
te([
|
|
134480
|
+
te([
|
|
134481
|
+
...pe,
|
|
134482
|
+
...Ce
|
|
134483
|
+
]);
|
|
134479
134484
|
} else
|
|
134480
134485
|
te(pe);
|
|
134481
134486
|
if ((C == null ? void 0 : C.length) > 0) {
|