| | |
| | | import {Button, Input} from "antd"; |
| | | import {updateLanguage} from "iclient3d-plot-diy"; |
| | | |
| | | ; |
| | | |
| | | export default class ExamplePage extends Component { |
| | | constructor(props) { |
| | |
| | | <li><NavLink to='/example/defaultSelect'>初始化事件</NavLink></li> |
| | | <li><NavLink to='/example/fly'>飞行</NavLink></li> |
| | | <li><NavLink to='/example/dynamicBlc'>动态比例尺</NavLink></li> |
| | | <li><NavLink to='/example/simpleEvent'>简单事件</NavLink></li> |
| | | <li><NavLink to='/example/aggregator'>自动聚合</NavLink></li> |
| | | <li><NavLink to='/example/defaultMap2d'>默认2D</NavLink></li> |
| | | <li><NavLink to='/example/getPoints'>动态获取坐标</NavLink></li> |
| | | </ul> |
| | | <div className={"button_wrapper"}> |
| | | |