UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
lib
/
GeometryWithMapPositions.js
3 lines
(1 loc)
•
222 B
JavaScript
View Raw
1
2
3
import
{isSome
as
o}
from
"../../../../core/maybe.js"
;
import
{
Geometry
as
r}
from
"./Geometry.js"
;
class
e
extends
r
{}
function
t
(
r
){
return
o
(r.
mapPositions
)}
export
{e
as
GeometryWithMapPositions
,t
as
isGeometryWithMapPositions};