sbjw
yesterday f0351f77f11779d72b502f5244a00927c33f012b
public/example/Example2DDrawUpdatePage.md
@@ -1,5 +1,5 @@
### Example2DDrawUpdatePage ´úÂë
### Example2DDrawUpdatePage 代码
```jsx
import React, {Component} from 'react'
@@ -12,7 +12,7 @@
    optionObjs = {
        "Ä¿±êÐÑÄ¿": {
        "目标醒目": {
            code: '123',
            type: "2002",
            xz: true,
@@ -34,7 +34,7 @@
    constructor(props) {
        super(props);
        this.state = {
            htmlString: '<h3>ÕýÔÚ¼ÓÔØÖÐ...</h3>',
            htmlString: '<h3>正在加载中...</h3>',
            plotText: ''
        };
    }
@@ -113,7 +113,7 @@
        return (
            <div className={"example_draw_container"}>
                <h3>¾ü±ê»æÖÆ/չʾÒÑÓеľü±êÊý¾Ý</h3>
                <h3>军标绘制/展示已有的军标数据</h3>
                <div className={"map_wrapper"}>
                    <GIS refs={
                        e => {