- Allow creating
Map
s onGeoAxis
(from GeoMakie) via a package extension #114.- This works if you pass the GeoAxis to the
axis
keyword, or a NamedTuple with the keywordtype = GeoAxis
(see the next entry for more details on this). - Halo2D and SimpleTiling schemes are supported.
- PlotConfig and DebugPlotConfig plotting configs are supported.
- This works if you pass the GeoAxis to the
- Allow passing axis parameters as a NamedTuple (
axis = (; type = ..., aspect = ...)
, as in standard Makie plotting syntax) #118 - Improve loading order in Halo2DTiling and load intermediate zoom levels to improve the waiting experience #119