@jorgmoritz/gis-manager 0.1.55 → 0.1.56

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/index.cjs CHANGED
@@ -13,7 +13,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
13
13
  // package.json
14
14
  var package_default = {
15
15
  name: "@jorgmoritz/gis-manager",
16
- version: "0.1.54"};
16
+ version: "0.1.56"};
17
17
 
18
18
  // src/utils/version.ts
19
19
  var version = package_default.version;
@@ -2815,24 +2815,6 @@ var HeightMarker = class {
2815
2815
  },
2816
2816
  properties: { _type: "height-marker" }
2817
2817
  });
2818
- this.labelEntity = this.layer.entities.add({
2819
- position: C.Cartesian3.ZERO,
2820
- label: {
2821
- text: "",
2822
- font: "10px sans-serif",
2823
- // 字体改小
2824
- style: C.LabelStyle.FILL_AND_OUTLINE,
2825
- fillColor: C.Color.BLACK,
2826
- outlineColor: C.Color.WHITE,
2827
- outlineWidth: 2,
2828
- pixelOffset: new C.Cartesian2(0, -4),
2829
- showBackground: false,
2830
- horizontalOrigin: C.HorizontalOrigin.CENTER,
2831
- verticalOrigin: C.VerticalOrigin.BOTTOM,
2832
- disableDepthTestDistance: Number.POSITIVE_INFINITY
2833
- },
2834
- properties: { _type: "height-marker-label" }
2835
- });
2836
2818
  }
2837
2819
  /** Compute ground point directly under the given world position. */
2838
2820
  computeGroundPoint(top) {