UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
symbols
/
support
/
lineMarkers.js
3 lines
(1 loc)
•
146 B
JavaScript
View Raw
1
2
3
const
e=[
"begin"
,
"end"
,
"begin-end"
],n=[
"arrow"
,
"circle"
,
"square"
,
"diamond"
,
"cross"
,
"x"
];
export
{e
as
lineMarkerPlacements,n
as
lineMarkerStyles};