potato-map3d-ui2 0.0.21 → 0.0.22
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/map3d-ui2.es.js +2 -2
- package/dist/map3d-ui2.umd.js +2 -2
- package/package.json +1 -1
package/dist/map3d-ui2.es.js
CHANGED
@@ -721,7 +721,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
721
721
|
{
|
722
722
|
value: "卫星影像",
|
723
723
|
name: "天地图卫星",
|
724
|
-
icon: "/
|
724
|
+
icon: "../../../assets/controls/img1-map.png"
|
725
725
|
},
|
726
726
|
{
|
727
727
|
value: "电子地图",
|
@@ -836,7 +836,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
836
836
|
{
|
837
837
|
value: "卫星影像",
|
838
838
|
name: "天地图卫星",
|
839
|
-
icon: "
|
839
|
+
icon: "../../../assets/controls/img1-map.png"
|
840
840
|
},
|
841
841
|
{
|
842
842
|
value: "电子地图",
|
package/dist/map3d-ui2.umd.js
CHANGED
@@ -724,7 +724,7 @@
|
|
724
724
|
{
|
725
725
|
value: "卫星影像",
|
726
726
|
name: "天地图卫星",
|
727
|
-
icon: "/
|
727
|
+
icon: "../../../assets/controls/img1-map.png"
|
728
728
|
},
|
729
729
|
{
|
730
730
|
value: "电子地图",
|
@@ -839,7 +839,7 @@
|
|
839
839
|
{
|
840
840
|
value: "卫星影像",
|
841
841
|
name: "天地图卫星",
|
842
|
-
icon: "
|
842
|
+
icon: "../../../assets/controls/img1-map.png"
|
843
843
|
},
|
844
844
|
{
|
845
845
|
value: "电子地图",
|