Merge pull request #569 from L-42/patch-1

docs:  Update marker.zh.md
This commit is contained in:
@thinkinggis 2020-11-27 12:26:45 +08:00 committed by GitHub
commit 4d5738477b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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]}}
/> />
``` ```