dashboard
repositories
filestore
activity
search
login
yskj
/
iot_drone_web
无人机前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'v1.5.0' What's new? 1. Add new model: DJI Matrices 350 RTK. 2...
sean.zhou
2023-05-18
763e39bd71d83a6501ebdebf0d53130797bd5d73
[yskj/iot_drone_web.git]
/
src
/
types
/
map-enum.ts
1
2
3
4
5
6
export enum MapDoodleEnum {
PIN = 'pin',
POLYLINE = 'polyline',
POLYGON = 'polygon',
Close = 'off'
}