GeoInterfaceMakie

Stable Dev Build Status

Makie support for any geometry that implements GeoInterface.

Usage

Add Makie support to a type that implements GeoInterface:

struct MyGeometry
...
end
# overload GeoInterface methods
...
import GeoInterfaceMakie
GeoInterfaceMakie.@enable MyGeometry