@vtx/map 1.2.1 → 1.2.2
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/lib/VtxMap/OlMap/Map.js
CHANGED
|
@@ -4670,6 +4670,13 @@ var OlMap = /*#__PURE__*/function (_React$Component) {
|
|
|
4670
4670
|
};
|
|
4671
4671
|
t.props.clickGraphic(obj);
|
|
4672
4672
|
}
|
|
4673
|
+
} // 地图重新渲染大小
|
|
4674
|
+
|
|
4675
|
+
}, {
|
|
4676
|
+
key: "updateSize",
|
|
4677
|
+
value: function updateSize() {
|
|
4678
|
+
var t = this;
|
|
4679
|
+
t.state.gis.updateSize();
|
|
4673
4680
|
}
|
|
4674
4681
|
}, {
|
|
4675
4682
|
key: "componentWillUnmount",
|