完成管网在线模拟页面组件基本样式和布局

This commit is contained in:
JIANG
2025-09-30 17:55:15 +08:00
parent fc84b255ea
commit 5c888b60f0
13 changed files with 2028 additions and 54 deletions

View File

@@ -3,6 +3,7 @@ import Zoom from "./Controls/Zoom";
import BaseLayers from "./Controls/BaseLayers";
import MapToolbar from "./Controls/Toolbar";
import ScaleLine from "./Controls/ScaleLine";
import LayerControl from "./Controls/LayerControl";
const MapTools = () => {
return (
@@ -11,6 +12,7 @@ const MapTools = () => {
<ScaleLine />
<BaseLayers />
<MapToolbar />
<LayerControl />
{/* 继续添加其他自定义控件 */}
</>
);