diff --git a/src/GeoMakie.jl b/src/GeoMakie.jl index a29932e6..ccba8c6b 100644 --- a/src/GeoMakie.jl +++ b/src/GeoMakie.jl @@ -15,8 +15,11 @@ using Makie: Format using Makie.GridLayoutBase: Side using GeoJSON, NaturalEarth # for data + +import GeometryOps as GO, GeoInterface as GI using GeoInterface: GeoInterface, coordinates, getfeature using GeometryBasics: Polygon, MultiPolygon + using Geodesy using Proj import GeoFormatTypes