dashboard
repositories
filestore
activity
search
login
~husq
/
iot_drone_web
forked from
yskj/iot_drone_web
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix the issue that the data is not displayed when the map is not loaded.
sean.zhou
2023-03-14
b09ed762edb698bb12b11beb28ee7c2de76ceecc
[~husq/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'
}