mirage2d 1.1.20 → 1.1.21

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.
@@ -78967,9 +78967,6 @@ class SpatialAnalysis {
78967
78967
  let f2 = format2.writeGeometryObject(Geometry22);
78968
78968
  if (booleanContains(f1, f2)) {
78969
78969
  result = format2.readFeature(f2);
78970
- result.setProperties({
78971
- featureStyle: MirageDefaultStyle.StylesList.overlapStyle
78972
- });
78973
78970
  returnFeatures.push(result);
78974
78971
  } else {
78975
78972
  if (Geometry22.getType() != "Point" && Geometry22.getType() != "LineString") {
@@ -78977,8 +78974,6 @@ class SpatialAnalysis {
78977
78974
  var difference5 = intersect(f1, f2);
78978
78975
  result = format2.readFeature(difference5);
78979
78976
  result.setProperties({
78980
- featureStyle: MirageDefaultStyle.StylesList.overlapStyle,
78981
- uuid: toolbox.uuid15(),
78982
78977
  name: feature22.get("name") + "\u91CD\u53E0\u533A\u57DF",
78983
78978
  \u91CD\u53E0\u5BF9\u8C61: feature22.get("name"),
78984
78979
  \u91CD\u53E0\u9762\u79EF: this.formatArea(Geometry22)