Skip to content

Commit f03e650

Browse files
committed
include LoopStateMachine and STI
1 parent 9168b81 commit f03e650

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GeometryOps.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ using GeoInterface
2121
using GeometryBasics
2222
using LinearAlgebra, Statistics
2323

24+
using GeometryBasics.StaticArrays
25+
2426
import Tables, DataAPI
25-
import GeometryBasics.StaticArrays
2627
import DelaunayTriangulation # for convex hull and triangulation
2728
import ExactPredicates
2829
import Base.@kwdef
2930
import GeoInterface.Extents: Extents
31+
import SortTileRecursiveTree
32+
import SortTileRecursiveTree: STRtree
3033

3134
const GI = GeoInterface
3235
const GB = GeometryBasics

0 commit comments

Comments
 (0)