Hi there,
I’m not sure how this would work going through resium, but you can extend CesiumJS classes with your own. For an example of how to do this, ImageryProvider.js
is a base class which GridImageryProvider.js
, BingMapsImageryProvider.js
, and other imagery provider classes extend.
Thanks,
Gabby