Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GeoInterfaceMakie as a weak dependency (#404)
* Try to setup GeoInterfaceMakie as weak dependency * Add GeoInterfaceMakie as normal dep This adds GeoInterfaceMakie to enable the easy plotting of ArchGDAL geometries. * Remove Makie from the deps list * Use full name for GeoInterfaceMakie * Compat Makie to 0.20 * Remove print statement * Tidy up unnecessary loading of GeoInterfaceMakie * Add Makie to extras in Project.toml This should enable to be able to ignore the weak dependency in Julia 1.8 or older. * Update src/geointerface.jl Co-authored-by: Felix Cremer <[email protected]> * Rename ArchGDALGeoInterfaceMakie.jl to ArchGDALMakieExt.jl * Update Project.toml * Update ext/ArchGDALMakieExt.jl --------- Co-authored-by: Rafael Schouten <[email protected]>
- Loading branch information