I have downloaded and successfully built the GDAL3.js project, but it does not include any drivers for JPEG2000 (such as Kakadu, or Open JPEG).
I have in the past successfully built the standard GDAL3 with Kakadu, but I can't figure out how to do the same with GDAL3.js.
Has anybody out there actually done this? I mean, really done it? I can find "advice" aplenty, but it doesn't seem to translate to this particular build of GDAL3.js (as opposed to standard GDAL3).
I tried modifying the gdal3.js makefile to include WITH_JP2KAK=ON and KDU_ROOT=<path_to_kakadu_installation, but the build process ignores these settings.