Best Way of Handling Shapefiles in Makie

@juliohm Good Day Dr. H:

I was able to produce the following:

I have since modified the code to
include:

viz(NZL.geometry, decimation = 0.10, color = 1:nelements(NZL.geometry), 
    showboundary=true, colormap = :viridis)

I am noticing it is taking up a lot of RAM, everything is
is lagging when I am running the kernels.

My intention is to produce something
similar to a question I presented a
colleague days ago THREAD.

Also are there any wrappers that allow for
some interactive display rather than the
static one we rendered?

The goal is two-fold:

  1. Highlight regions of interest.

  2. Add annotations at centroids
    within those regions to explain certain
    characteristics of those regions.

    • An annotation in a card would be
      better for presentation purposes if
      possible.