Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-11 | 964 Bytes | |
v1.5.0 source code.tar.gz | 2025-07-11 | 174.2 kB | |
v1.5.0 source code.zip | 2025-07-11 | 186.0 kB | |
Totals: 3 Items | 361.2 kB | 1 |
GeoInterface v1.5.0
- Removed the GeoInterfaceMakie and GeoInterfaceRecipes packages. Instead, use
julia # YourPackageMakieExt.jl GeoInterface.@enable_makie Makie MyGeometry # YourPackageRecipesBaseExt.jl GeoInterface.@enable_plots RecipesBase MyGeometry
in package extensions, similar to how the@extend
macros used to work.
Merged pull requests: - CompatHelper: bump compat for MakieCore to 0.10 for package GeoInterfaceMakie, (keep existing compat) (#196) (@github-actions[bot]) - Move Makie and Plots recipes to extensions (#198) (@rafaqz) - Full version number in project (#199) (@asinghvi17)
Closed issues:
- Update packages to GeoInterface 1.0 (#52)
- Holes aren't plotted (#65)
- Support DataAPI metadata as GeoInterface name agreements (#77)
- Is there a need to standardize geom
and geometry
across ecosystem (#164)