UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
layers
/
graphics
/
Graphics3DSymbolFactory.js
3 lines
(1 loc)
•
169 B
JavaScript
View Raw
1
2
3
import
o
from
"./Graphics3DPointSymbol.js"
;
import
r
from
"./Graphics3DSymbol.js"
;
function
t
(
t,i,n
){
return
"point-3d"
===t.
type
?
new
o
(t,i,n):
new
r
(t,i,n)}
export
{t
as
make};