mirror of https://gitee.com/antv-l7/antv-l7
Update marker.zh.md
This commit is contained in:
parent
f5e3482def
commit
82d2147eaa
|
@ -32,10 +32,7 @@ order: 3
|
||||||
```jsx
|
```jsx
|
||||||
import { Marker} from '@antv/l7-react'
|
import { Marker} from '@antv/l7-react'
|
||||||
<Marker
|
<Marker
|
||||||
option = {{
|
lnglat={[120,32]}
|
||||||
color:'red'
|
|
||||||
}}
|
|
||||||
lnglat ={{[120,32]}}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue