Skip to contents

msens 0.3.4

  • cell_tile_url() gains a color argument for single-color mask tiles: when set to a hex string (e.g. "#222222"), the URL uses the msens TiTiler factory’s color= query param, which renders every valid pixel in that flat RGBA color and ignores colormap / rescale. Used by the mapgl app’s “Cells outside Program Areas” overlay — replaces the old msens::add_cells(r_outside_pra, colors = c("#222222","#222222"), ...) pattern that shipped a terra raster as a base64 image source.

msens 0.3.3

msens 0.3.2

msens 0.3.1

  • Pin mapgl (>= 0.4.5.9000) and add Remotes: walkerke/mapgl so install_github() pulls the dev build that exports add_pmtiles_source() (needed by add_pmfill() / add_pmline()). Fixes a silent install failure on fresh environments where the pinned CRAN snapshot still served mapgl 0.1.3.

msens 0.3.0

msens 0.2.1

  • Added mapping functions for use in docs and map apps, including raster cells (add_cells()), and using PMtiles as vectors sources to add fills (add_pmfill(), eg for Program Area scores), outlines (add_pmline(), eg for Ecoregion outlines), and labels (add_pmlabel(), eg for Ecoregion names and Program Area acronymns).

msens 0.2.0

  • Swapped polygons:
    • OLD: hierarchy ply_shlfs > ply_rgns (and *_s05 simplifications) that were clipped to US EEZ.
    • NEW: hierarchy ply_boemrgns > ply_ecorgns | ply_planareas > ply_ecoareas, which are the intersection of ply_ecorgns and ply_planareas. Created *_s05 simplifications of each. The new polygons conform to BOEM’s original nomenclature for “OCS Regions”, Planning Areas” and “Ecoregions”. These polygons are not clipped to the US EEZ.

msens 0.1.2

msens 0.1.1

msens 0.1

  • Added data basic Outer Continental Shelf (OCS) regions ply_shlfs and BOEM Planning Regions ply_rgns with simplified to 5% variants (ply_shlfs_s05, ply_rgns_s05).