Closed Rosejoycrocker closed 3 months ago
I have a fix for this open (see linked PR above) but just noting that the GeoMakie version you have is pretty old now. The latest version (v0.7.x) introduced some breaking changes so I'm currently using v0.6.5
I have a fix for this open (see linked PR above) but just noting that the GeoMakie version you have is pretty old now. The latest version (v0.7.x) introduced some breaking changes so I'm currently using v0.6.5
Thanks, I'll update
The geometry data in a Domain's site data contains a mix of Polygon and Multipolygon types to describe the shape of reef sites/clusters. When plotting maps where a vector (of the same length as the number of sites in the sites data) is used to map to the color a polygon should be filled with, the current
viz.map
shows many blank polygons, for example:Note
any(isnan.(cyclone_scens[timesteps=At(20)])) = false
. Plotting instead withPlots.jl
gives an error due to a mismatch in the number of polygons and the color mapping vector:Which is resolved if a sufficiently large colour mapping vector is provided:
This suggests Makie compensates for the mismatched polygons by plotting with no colour fill.
Versions: ADRIA = v0.11.0 GeoMakie = v0.5.10 GraphMakie = v0.6.5 GeoDataFrames = v0.3.9