From 70e86948858eef91ef9b417ac404f6b2896625fd Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Thu, 18 Jul 2024 09:28:18 +0530 Subject: [PATCH] import GeometryOps in GeoMakie (#264) --- src/GeoMakie.jl | 3 +++ 1 file changed, 3 insertions(+) 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