赣州市洪水风险预警系统三维版本
guoshilong
2023-02-21 8a6a1f340e249ca4e253f52a99a46ef44e7f0f00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div>
    <div>
        <select id="flightRoute"></select>
        <input type="button" id="ks" value="开始"/>
        <input type="button" id="zt" value="暂停"/>
        <input type="button" id="tz" value="停止"/>
    </div>
    <div>
        定制路线:<br />
        <input id="routeName" type="text" placeholder="请输入路线名称"/>
        <input id="speed" type="text" placeholder="请输入飞行速度"/>m
        <br />
        <input type="button" id="add" value="新增途经点"/>
        <input type="button" id="export" value="保存路线"/>
        <ul id="passPoint"></ul>
    </div>
</div>