### ExampleDefaultMap2dPage 代码
```jsx
import React, {Component} from 'react'
import './ExampleDrawPage.css'
import {GIS} from "iclient3d-plot-diy";
export default class ExampleDefaultMap2dPage extends Component {
constructor(props) {
super(props);
this.state = {
htmlString: '
正在加载中...
',
};
}
componentDidMount() {
fetch('./example/ExampleDefaultMap2dPage.md')
.then(response => response.text())
.then(mdText => {
this.setState({htmlString: window.marked.parse(mdText)});
});
let op = {
code: "lddkzcqy",
type: "lddkzcqy",
lon: 2,
lat: 27,
height: 0,
bj: 400,
qsjd: 0,
zzjd: 360,
useModify: false
}
this.mapFunction.mapApiService.appendBh('bh', [op]);
}
render() {
return (
军标绘制拨盘功能
{
this.mapFunction = e
}
}
plotUrl={this.state.plotUrl}
mapRef={this}
showDefaultLayer={false}
map2D={true}
/>
)
}
}
```