Skip to content

Commit 5a38180

Browse files
committed
include LoopStateMachine and STI
1 parent 248e985 commit 5a38180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GeometryOps.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ export TraitTarget, Manifold, Planar, Spherical, Geodesic, apply, applyreduce, f
2121
using GeoInterface
2222
using LinearAlgebra, Statistics
2323

24+
using GeometryBasics.StaticArrays
25+
2426
import Tables, DataAPI
2527
import StaticArrays
2628
import DelaunayTriangulation # for convex hull and triangulation
2729
import ExactPredicates
2830
import Base.@kwdef
2931
import GeoInterface.Extents: Extents
32+
import SortTileRecursiveTree
33+
import SortTileRecursiveTree: STRtree
3034

3135
const GI = GeoInterface
3236

0 commit comments

Comments
 (0)